summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen 'undocumented parameter' warnings in membuf.h.zwelch2009-06-301-1/+2
* Switch to strotk() grr....duane2009-06-271-2/+4
* Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2009-06-251-1/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-242-11/+11
* - Replace '){' with ') {'.zwelch2009-06-241-13/+13
* Remove whitespace that occurs before ')'.zwelch2009-06-242-44/+44
* Remove whitespace that occurs after '('.zwelch2009-06-242-46/+46
* - Fixes '[<>]' whitespacezwelch2009-06-241-2/+2
* - Fixes '+' whitespacezwelch2009-06-241-2/+2
* - Fixes '=' whitespacezwelch2009-06-241-1/+1
* - Fixes '==' whitespacezwelch2009-06-241-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-241-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-241-13/+13
* Fix end-of-line style properties on newly added files.zwelch2009-06-242-356/+356
* Add a growable sprintf memory buffer libraryduane2009-06-243-0/+358
* Remove whitespace at end of lines, step 2.zwelch2009-06-2311-279/+279
* - Replace '){' with ') {'.zwelch2009-06-233-74/+74
* Remove whitespace that occurs before ')'.zwelch2009-06-237-263/+263
* Remove whitespace that occurs after '('.zwelch2009-06-238-266/+266
* - Fixes '[<>]' whitespacezwelch2009-06-236-18/+18
* - Fixes '[|]' whitespacezwelch2009-06-236-9/+9
* - Fixes '+' whitespacezwelch2009-06-2310-200/+200
* - Fixes '=' whitespacezwelch2009-06-239-71/+71
* - Fixes '==' whitespacezwelch2009-06-236-24/+24
* - Fixes '<<' whitespacezwelch2009-06-232-6/+6
* - Fixes '>>' whitespacezwelch2009-06-232-7/+7
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-232-4/+4
* - Fixes '[+]=' whitespacezwelch2009-06-232-4/+4
* - Fixes '!=' whitespacezwelch2009-06-236-19/+19
* - Replace 'for(' with 'for ('.zwelch2009-06-232-5/+5
* - Replace 'switch(' with 'switch ('.zwelch2009-06-232-41/+41
* - Replace 'while(' with 'while ('.zwelch2009-06-234-59/+59
* - Replace 'if(' with 'if ('.zwelch2009-06-237-80/+80
* update w/missing eCos definitions after latest round of compiler formatting w...oharboe2009-06-231-1/+11
* - fix break caused by r2208 when using --pipe optionntfreak2009-06-211-2/+2
* C99 Type updates, include inttypes.h - it is catagorically requiredduane2009-06-211-0/+3
* Remove editor preferences from source files.zwelch2009-06-192-16/+0
* Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch2009-06-181-0/+2
* Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch2009-06-181-18/+0
* Transform 'u64' to 'uint64_t'zwelch2009-06-181-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-185-39/+39
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t'zwelch2009-06-185-52/+52
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-171-2/+2
* Ensure range errors are reported only when errno indicates one occurred.zwelch2009-06-171-2/+2
* Change parse_type macros to be sed-friendly.zwelch2009-06-172-18/+18
* Add argument parsing errors in command.h, use in parse_type routines.zwelch2009-06-172-6/+11
* Move definition of parse_type helpers to command.c:zwelch2009-06-172-22/+41