mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Very minor documentation cleanup
This commit is contained in:
@ -177,7 +177,7 @@ c.lib 1.206 (24.4.2015)
|
||||
|
||||
- Removed the remains of all the stack extension and stack overflow/underflow
|
||||
checking code. It never actually worked. The bit that does work is the stack
|
||||
usage measurement code, plus the bit that sets up the the custom stack
|
||||
usage measurement code, plus the bit that sets up the custom stack
|
||||
according to local setting or by calling a query function.
|
||||
|
||||
|
||||
@ -1355,7 +1355,7 @@ c.lib 1.187 (29.1.2005)
|
||||
adding/subtracting the local time zone.
|
||||
|
||||
- Changed the algorithm that calculates the number of days that have passed
|
||||
so far as used by the the __convert_time() function and the conversion
|
||||
so far as used by the __convert_time() function and the conversion
|
||||
code in strftime().
|
||||
|
||||
- Also changed the algorithm used by strftime() to produce the week numbers
|
||||
|
||||
@ -414,7 +414,7 @@ STDLIB_DESTRUCTOR(stdlib_memory_exit)
|
||||
|
||||
/* Make sure that freeing any memory does not also
|
||||
* trigger the alloca cleanup operations. Otherwise,
|
||||
* the the data structures used by alloca() to track
|
||||
* the data structures used by alloca() to track
|
||||
* the scope in which allocated memory remains
|
||||
* valid and should not be freed just yet may be
|
||||
* freed, corrupting them.
|
||||
|
||||
Reference in New Issue
Block a user