1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-14 05:53:36 -04:00
elinks/src/util
Miciah Dashiel Butler Masters 190259ca22 mem_alloc_align: drop the obj type parameter
Instead use the object itself, i.e., replace typeof(obj) with
typeof(**ptr).
2006-02-17 17:32:59 +00:00
..
align.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
base64.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
base64.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
bitfield.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
box.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
color_s.inc Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
color.c Use elinks_ulongcat() instead of snprintf(). 2006-01-17 01:18:45 +01:00
color.h Make 8-bytes buffer more obvious. 2006-01-17 00:48:25 +01:00
color.inc Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
conv.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
conv.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
env.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
env.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
error.c Increase the max length of filenames to 15 for the LOG_* system 2006-01-19 04:25:11 +01:00
error.h Fix typo 2006-01-14 08:24:11 +01:00
fastfind.c Fix various sparse warnings 2005-11-24 15:38:47 +01:00
fastfind.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
file.c Prefer S_I?USR and S_IRWXU over obsolete S_IREAD, S_IWRITE, S_IEXEC. 2006-01-10 23:40:39 +01:00
file.h Merge code from create_bittorrent_path() and mkalldirs(). Suggested by 2006-01-05 10:49:05 +01:00
hash.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
hash.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
lists.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile Fix inclusion of header files after CONFIG_{MD5,SHA1} were removed 2006-01-21 08:44:19 +01:00
math.h Don't include <sys/param.h> in util/math for MAX/MIN 2006-01-09 02:09:59 +01:00
md5.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
md5.h Fix inclusion of header files after CONFIG_{MD5,SHA1} were removed 2006-01-21 08:44:19 +01:00
memdebug.c Inroduced garbage collector. Disabled by default 2006-01-30 22:09:13 +01:00
memdebug.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
memlist.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
memlist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
memory.c Inroduced garbage collector. Disabled by default 2006-01-30 22:09:13 +01:00
memory.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
profile.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
scanner.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
scanner.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
secsave.c CONFIG_OS2 -> CONFIG_OS_OS2 2006-01-11 20:10:26 +01:00
secsave.h Simplify secure_open() call, make it a wrapper around secure_open_umask(). 2006-01-10 23:49:35 +01:00
sha1.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
sha1.h Fix inclusion of header files after CONFIG_{MD5,SHA1} were removed 2006-01-21 08:44:19 +01:00
snprintf.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
snprintf.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
string.c Add routine add_file_to_string and use it in load_textarea_file. 2005-12-18 15:56:59 +00:00
string.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
time.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
time.h Include <sys/types.h> and fix compilation on an old PPC/Debian system 2006-02-01 11:34:07 +01:00