Carlos R. Mafra
688a56e8ab
Change to the linux kernel coding style
...
for arq in `git ls-files *.c`; do
echo $arq;
indent -linux -l115 $arq;
done
The different line break at 115 columns is because
I use a widescreen monitor :-)
2009-08-20 00:59:40 +02:00
dan
6830b05716
changed indentation to use spaces only
2004-10-12 21:28:27 +00:00
dan
ca43aba088
- Added wstrndup() and WMGetFontName()
2002-12-02 00:01:05 +00:00
dan
af287fb8eb
- added strcasecmp() to WINGs (only on systems that don't have it)
...
- removed some redundant includes of ../src/config.h where wconfig.h
is also included
2001-11-17 04:26:08 +00:00
dan
3ab16b3e40
Moved some string related functions from memory.c to string.c
2001-05-27 15:58:28 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +00:00
dan
99ce8b2d85
Fixed wtrimspace() whih had wrong behavior.
2000-10-25 22:41:03 +00:00
kojima
3de3009cee
added wtokennext()
2000-09-26 22:44:38 +00:00
dan
7b3c10b07d
Replaced malloc by wmalloc
2000-09-25 23:31:08 +00:00
kojima
9a89e6cc18
added string utils
2000-07-15 22:08:25 +00:00