summaryrefslogtreecommitdiff
path: root/doc/libstddjb
AgeCommit message (Collapse)Author
2020-04-29 Correct alloc.h documentationLaurent Bercot
2020-03-30skalibs: fix html errorsColin Booth
Signed-off-by: Colin Booth <colin@heliocat.net>
2019-10-09 Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot
2019-09-07 Update docLaurent Bercot
2019-09-03 Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot
* --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.>
2019-06-21 Doc fixLaurent Bercot
2019-03-08 bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot
2018-08-01 Remove protLaurent Bercot
2018-07-15 Doc typo fixLaurent Bercot
2018-03-01 Add byte_zzero, openb_readLaurent Bercot
2018-02-14 Add execvep_loose, prepare for 2.6.4.0Laurent Bercot
2018-01-06 Doc typo fixLaurent Bercot
2017-10-30 Add lock_unx()Laurent Bercot
2017-08-10 Doc typo fixLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-23 Switch doc to schemeless URLsLaurent Bercot
2017-05-18 Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot
2017-05-16 Add stub documentation files to avoid 404Laurent Bercot
2017-03-13 Cleanups - mostly removing superfluous includes in headersLaurent Bercot
2017-03-08 Update documentation for the types change, with some extra fixesLaurent Bercot
Also remove --enable-replace-libc from configure
2016-12-03 version: 2.4.0.2v2.4.0.2Laurent Bercot
2016-10-24 Add the alarm library, first draft.Laurent Bercot
2016-10-19 child_spawn2 documentationLaurent Bercot
2016-02-25 Doc fixLaurent Bercot
2016-01-05 Add bitarray_first{clear,set}_skip (thx jjk)Laurent Bercot
version: rc for 2.3.9.0 after Makefile fix
2015-10-14 - Remove /etc/leapsecs.datv2.3.8.0Laurent Bercot
- Publish tools to create the leap second table as a .c - Simplify functions using leap seconds - rc for 2.3.8.0
2015-07-20 - fd_close fixLaurent Bercot
- add openreadnclose_nb - rc for 2.3.6.0
2015-05-07 Make all doc mobile-readable according to Google standardsLaurent Bercot
2015-03-10 fd_copy/fd_move doc fixLaurent Bercot
2015-02-23 Add hiercopy and hiercopy_tmpv2.3.1.0Laurent Bercot
2015-02-07 - Doc updateLaurent Bercot
- version: 2.3.0.0 rc
2015-01-09 tai conversion functions overhaul.Laurent Bercot
API change -> rc for 2.2.0.0 Doc updated.
2015-01-02 Remove the --enable-right-tz configure option.Laurent Bercot
Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
2014-12-31 Documentation fixesLaurent Bercot
2014-12-18 Documentation fixesLaurent Bercot
2014-12-18 child_spawn1 doc updateLaurent Bercot
2014-12-08Documentation update: safe wrappersLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot