wireshark/epan/wmem
Guy Harris 2b6c267a57 Eliminate use of ctype.h routines.
That way, we don't do locale-sensitive case-insensitivity (yes, the
locale can affect case-mapping - in a Turkish locale, "I" isn't the
upper-case version of "i", for example).

Change-Id: I5f7663e85160558ff3769617f924e45049c9c384
Reviewed-on: https://code.wireshark.org/review/4843
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-10-19 22:45:27 +00:00
..
Makefile.am Fix the patch-bzip2 target. 2014-09-16 20:16:26 +00:00
Makefile.common Fix the patch-bzip2 target. 2014-09-16 20:16:26 +00:00
Makefile.nmake Fix the patch-bzip2 target. 2014-09-16 20:16:26 +00:00
wmem.h Hash map implementation for wmem. 2014-04-23 12:42:26 +00:00
wmem_allocator.h
wmem_allocator_block.c Fix memory-alignment in the block allocator. 2014-03-04 17:09:40 +00:00
wmem_allocator_block.h
wmem_allocator_block_fast.c Add jumbo-allocation support to wmem fast block 2014-05-23 03:37:53 +00:00
wmem_allocator_block_fast.h wmem: add new simple block allocator, use it in packet-scope. 2014-05-02 21:07:07 +00:00
wmem_allocator_simple.c Remove extra parentheses. 2014-05-21 17:44:26 +00:00
wmem_allocator_simple.h
wmem_allocator_strict.c Much faster implementation of 'strict' allocator. 2014-04-22 06:15:21 +00:00
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c Adjust some whitespace to match editor modelines. 2014-10-06 02:55:49 +00:00
wmem_core.h Try to detect overflow without causing signedness warnings. 2014-08-04 00:32:15 +00:00
wmem_list.c
wmem_list.h
wmem_map.c Fix warning: no previous prototype for ... [-Wmissing-prototypes] 2014-08-18 13:13:43 +00:00
wmem_map.h Hash map implementation for wmem. 2014-04-23 12:42:26 +00:00
wmem_map_int.h Hash map implementation for wmem. 2014-04-23 12:42:26 +00:00
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h Fix warning when generate documentation (doxygen) 2014-04-14 20:18:29 +00:00
wmem_scopes.c wmem: add new simple block allocator, use it in packet-scope. 2014-05-02 21:07:07 +00:00
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c Optimize wmem_strbuf_grow. 2014-05-02 14:34:50 +00:00
wmem_strbuf.h Implement finalize() method for wmem strbuf. 2014-03-29 12:11:21 +00:00
wmem_strutl.c Fix newly optimized strdup_vprintf. 2014-05-17 12:30:03 +00:00
wmem_strutl.h Fix warning when build with -Wdocumentation 2014-04-15 14:40:05 +00:00
wmem_test.c wmem: get rid of the allocator timing test 2014-08-03 07:36:04 +00:00
wmem_tree.c Eliminate use of ctype.h routines. 2014-10-19 22:45:27 +00:00
wmem_tree.h Eliminate use of ctype.h routines. 2014-10-19 22:45:27 +00:00
wmem_user_cb.c
wmem_user_cb.h
wmem_user_cb_int.h