| .. |
|
ChangeLog
|
Removed useless GNU getopt handlinf in autoconf
|
2001-12-05 21:33:25 +00:00 |
|
Makefile.am
|
introduce AM_CFLAGS = $(STATIC)
|
2012-07-07 14:51:39 +02:00 |
|
alloc.c
|
use memset() instead of deprecated bzero()
|
2016-07-30 20:58:33 +02:00 |
|
alloc.h
|
declare free() / realloc() arguments `const void *'
|
2016-07-17 11:19:34 +02:00 |
|
dstring.c
|
Fixed compile warning about signed/unsigned comparison.
|
2020-02-12 22:31:55 +01:00 |
|
dup2.c
|
avoid overlapping "Dummy" symbols
|
2013-12-31 16:41:26 +01:00 |
|
dup2.h
|
unify #ifndef include wrapper
|
2013-12-31 12:54:32 +01:00 |
|
getopt_bsd.h
|
line endings
|
2010-02-15 10:28:48 +00:00 |
|
getopt_long_bsd.c
|
license modified to be compatible to 3-clause BSD according to
|
2018-12-17 23:03:00 +01:00 |
|
hash.c
|
beautify code with astyle
|
2018-08-07 19:58:52 +02:00 |
|
ivars.c
|
prevent unused warning
|
2018-10-27 11:12:56 +02:00 |
|
ivars.h
|
unify #ifndef include wrapper
|
2013-12-31 12:54:32 +01:00 |
|
misc_time.c
|
frontend/resource.c, fix bizarre time mathematics
|
2016-03-22 15:24:25 +01:00 |
|
misc_time.h
|
misc_time.c: make timediff always availabe when timeb.h is found
|
2013-12-31 16:11:25 +01:00 |
|
mktemp.c
|
mktemp.c, use tprintf()
|
2014-04-05 19:44:13 +02:00 |
|
mktemp.h
|
unify #ifndef include wrapper
|
2013-12-31 12:54:32 +01:00 |
|
printnum.c
|
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
|
2020-01-04 11:17:54 +01:00 |
|
printnum.h
|
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
|
2020-01-04 11:17:54 +01:00 |
|
string.c
|
Fixed buffer resizing, made string utilities more modular, and added several new utilities, some which do not require a null termination, potentially avoiding the need to copy a string. Also some substring utilities using the Rabin-Karp algorithm were added.
|
2020-01-04 11:19:16 +01:00 |
|
tilde.c
|
Fixed resolution of ~ to home directory. (Bug #405) Also fixed potential buffer overruns in glob expansion
|
2020-01-04 15:27:58 +01:00 |
|
tilde.h
|
Fixed resolution of ~ to home directory. (Bug #405) Also fixed potential buffer overruns in glob expansion
|
2020-01-04 15:27:58 +01:00 |
|
util.c
|
return NULL upon NULL input
|
2020-02-22 09:45:30 +01:00 |
|
util.h
|
unify #ifndef include wrapper
|
2013-12-31 12:54:32 +01:00 |
|
wlist.c
|
[PATCH #55-1] Fixed some compiler warnings added by Visual Studio 2019
|
2019-08-13 23:29:13 +02:00 |