Commit | Date | |
---|---|---|
[r564]
(HEAD)
by
obarthel
Rewritten to handle date ranges better which lie outside the expected time of day, day of month and month. The 'struct tm' is now properly updated to reflect the time and date information which comes out of the number of seconds calculated. A bug reported by Andreas Falkenhahn is resolved which had the effect of distorting the number of seconds calculated. |
2020-07-06 09:59:56 | Tree |
[r563]
by
obarthel
Fix for translation bug, which would make "a/../b" into "a./b". Contributed by Thomas Frieden - thank you very much! |
2018-12-05 09:16:12 | Tree |
2018-04-25 07:07:17 | Tree | |
2018-04-23 10:15:13 | Tree | |
2016-12-04 10:17:43 | Tree | |
2016-12-04 10:16:51 | Tree | |
[r558]
by
obarthel
c.lib 1.213 (4.12.2016) - Added the __decay_unused_slabs() function which brings all currently - The slab-test program now exercises the memory allocation functions - Rewrote __get_slab_stats() to use setjmp() and longjmp() in the - __get_slab_stats() now reports how many times a slab was reused - Changing the slab size through an environment variable is now - Small changes to allow the library to be built with SAS/C again. - Still not sure what it does, but _CXV45 now sits along with _CX25 - Found the last use of MEMF_PRIVATE which should have been compiled |
2016-12-04 10:16:50 | Tree |
2016-11-27 14:56:47 | Tree | |
[r556]
by
obarthel
c.lib 1.212 (27.11.2016) - Unused slabs which get recycled are no longer reinitialized from - Added __get_slab_stats() function. - Added support for global __slab_purge_threshold tuning variable. |
2016-11-27 14:56:46 | Tree |
[r555]
by
obarthel
- malloc-test was linked against the wrong object file. Fixed. - Added a short test program for the slab allocator. |
2016-11-27 14:55:40 | Tree |