This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libc
/
stdtime
History
Wes Peters
a8e94191e8
Added documenation for the existing implementation of asctime_r,
...
ctime_r, gmtime_r, and localtime_r.
1998-12-20 06:22:06 +00:00
..
asctime.c
…
ctime.3
Added documenation for the existing implementation of asctime_r,
1998-12-20 06:22:06 +00:00
difftime.c
…
localtime.c
Replace memory leaking instances of realloc with non-leaking reallocf.
1998-09-16 04:17:47 +00:00
Makefile.inc
…
private.h
…
strftime.3
…
strftime.c
Fixed printf format errors. Don't assume so many things about time_t.
1998-06-30 16:49:47 +00:00
strptime.3
Change return type of strptime from const char* to char*.
1998-09-12 21:13:29 +00:00
strptime.c
Change return type of strptime from const char* to char*.
1998-09-12 21:13:29 +00:00
time2posix.3
…
timelocal.c
Replace memory leaking instances of realloc with non-leaking reallocf.
1998-09-16 04:17:47 +00:00
timelocal.h
…
tzfile.5
…
tzfile.h
…