Activity for clib2

  • Olaf Barthel Olaf Barthel committed [r564]

    Rewritten to handle date ranges better which lie outside the expected time of day, day of month and month.

  • Olaf Barthel Olaf Barthel committed [r563]

    Fix for translation bug, which would make "a/../b" into "a./b". Contributed by Thomas Frieden - thank you very much!

  • Olaf Barthel Olaf Barthel committed [r562]

    Updated the e-mail address.

  • Olaf Barthel Olaf Barthel committed [r219]

    - Small fixes to fcntl() and select() to cover the thread-safe

  • Olaf Barthel Olaf Barthel committed [r220]

    - Oops, nearly broke fcntl() again for sockets.

  • Olaf Barthel Olaf Barthel committed [r221]

    - Ready for release...

  • Olaf Barthel Olaf Barthel committed [r222]

    - Updated the specs file not to reference the main.o files any more.

  • Olaf Barthel Olaf Barthel committed [r223]

    - The name of the public record locking semaphore has to be preallocated

  • Olaf Barthel Olaf Barthel committed [r224]

    - Moved the signal block mask and the signal function table out of

  • Olaf Barthel Olaf Barthel committed [r225]

    - raise() no longer resets the signal handler before it invokes the one

  • Olaf Barthel Olaf Barthel committed [r226]

    - Moved the __UtilityBase/__IUtility variable declarations into

  • Olaf Barthel Olaf Barthel committed [r227]

    - File descriptors produced by dup() or dup2() now work exactly like

  • Olaf Barthel Olaf Barthel committed [r230]

    - Added more code and changes contributed by Peter Bengtsson, thank you

  • Olaf Barthel Olaf Barthel committed [r231]

    - Small tweaks to fix GCC 68k compiler warnings.

  • Olaf Barthel Olaf Barthel committed [r232]

    - The stdio locking in fcntl() wasn't working correctly. Fixed.

  • Olaf Barthel Olaf Barthel committed [r233]

    - Added a hopefully enlightening comment on the subtleties of semaphore

  • Olaf Barthel Olaf Barthel committed [r234]

    - Final version bump before release.

  • Olaf Barthel Olaf Barthel committed [r235]

    - Changed how the startup code is built for the different library flavours,

  • Olaf Barthel Olaf Barthel committed [r236]

    - Fixed the startup build target directory names.

  • Olaf Barthel Olaf Barthel committed [r237]

    - Added the two release archive build scripts.

  • Olaf Barthel Olaf Barthel committed [r238]

    - The Unix-like rename() now removes the target file even if that

  • Olaf Barthel Olaf Barthel committed [r239]

    - Reversed the change in rename() which enforced deletion of the target file.

  • Olaf Barthel Olaf Barthel committed [r240]

    - Changed how error conditions raised by dos.library file I/O functions

  • Olaf Barthel Olaf Barthel committed [r242]

    - The record locking semaphore could wind up getting added to the public

  • Olaf Barthel Olaf Barthel committed [r243]

    - Fixed two linker errors which were caused by duplicate symbol definitions.

  • Olaf Barthel Olaf Barthel committed [r244]

    - Fixed two linker errors which were caused by duplicate symbol definitions.

  • Olaf Barthel Olaf Barthel committed [r245]

    - If fread()/fwrite() fail to read/write any data because either the number

  • Olaf Barthel Olaf Barthel committed [r246]

    - Fixed a typo in the semaphore creation code. Ouch.

  • Olaf Barthel Olaf Barthel committed [r247]

    - The libunix.a flavour of system() no longer attempts to translate the name

  • Olaf Barthel Olaf Barthel committed [r249]

    - strftime() now ignores the E and O modifiers.

  • Olaf Barthel Olaf Barthel committed [r250]

    - Plugged in the proper ISO 8601 week number calculation function.

  • Olaf Barthel Olaf Barthel committed [r251]

    - The printf() family now supports the %hh, %j, %t and %z modifiers and the

  • Olaf Barthel Olaf Barthel committed [r252]

    - Added HUGE_VALF to <math.h>.

  • Olaf Barthel Olaf Barthel committed [r253]

    - For the printf() "%a" conversion the exponent now comes out as a binary

  • Olaf Barthel Olaf Barthel committed [r254]

    - Added test cases for C99 format conversions.

  • Olaf Barthel Olaf Barthel committed [r255]

    - Hid two more program files.

  • Olaf Barthel Olaf Barthel committed [r256]

    - Small fixes to the scanf() family.

  • Olaf Barthel Olaf Barthel committed [r257]

    - Added "fstat_stdout_test".

  • Olaf Barthel Olaf Barthel committed [r258]

    - Corrected the thread-safe clearerr() macro.

  • Olaf Barthel Olaf Barthel committed [r259]

    - The strftime() %z conversion now prints the time zone difference as a

  • Olaf Barthel Olaf Barthel committed [r260]

    - Added isblank().

  • Olaf Barthel Olaf Barthel committed [r261]

    - Added isunordered(), isgreater(), isgreaterequal(), isless(),

  • Olaf Barthel Olaf Barthel committed [r262]

    - fflush() no longer calls flockfile()/funlockfile() with a NULL parameter.

  • Olaf Barthel Olaf Barthel committed [r263]

    - Getting ready for the 1.192 release.

  • Olaf Barthel Olaf Barthel committed [r264]

    - Added C99 checks to "complex_headers.h".

  • Olaf Barthel Olaf Barthel committed [r265]

    - Added C99 checks to "complex_headers.h".

  • Olaf Barthel Olaf Barthel committed [r266]

    - Enabled the C99 language option.

  • Olaf Barthel Olaf Barthel committed [r267]

    - fpclassify() now returns FP_ZERO both for 0 and -0.

  • Olaf Barthel Olaf Barthel committed [r268]

    - Added tests for inf/nan.

  • Olaf Barthel Olaf Barthel committed [r269]

    - Added %D, %e, %F, %g, %G and %h for strftime(); repaired %I.

  • Olaf Barthel Olaf Barthel committed [r270]

    - Documented __strip_double_slash() and plugged in a memmove()

  • Olaf Barthel Olaf Barthel committed [r272]

    - Forgot to update the .cvsignore file to ignore the simple_sprintf test

  • Olaf Barthel Olaf Barthel committed [r273]

    - Moved the IExec initialization in "simple_sprintf.c".

  • Olaf Barthel Olaf Barthel committed [r274]

    - For %C strtime() should return the century number, not the

  • Olaf Barthel Olaf Barthel committed [r275]

    - The record locking code in fcntl() is no longer part of the

  • Olaf Barthel Olaf Barthel committed [r276]

    - Added a couple of (float) casts.

  • Olaf Barthel Olaf Barthel committed [r277]

    - Modified the locale-aware isalnum(), isalpha(), iscntrl(),

  • Olaf Barthel Olaf Barthel committed [r278]

    - Added NAN, INFINITY, FLT_EVAL_METHOD, float_t and double_t to

  • Olaf Barthel Olaf Barthel committed [r279]

    - Added a TODO-list which at this time only covers the missing floating

  • Olaf Barthel Olaf Barthel committed [r280]

    - Added skeleton code for acosf(), acosh(), acoshf(), asinf(), asinh(),

  • Olaf Barthel Olaf Barthel committed [r281]

    - Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() (C99).

  • Olaf Barthel Olaf Barthel committed [r282]

    - Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() for C99.

  • Olaf Barthel Olaf Barthel committed [r283]

    - Ported cosf(), coshf(), sinf(), sinhf(), tanf(), tanhf()

  • Olaf Barthel Olaf Barthel committed [r284]

    - Ported acosh(), acoshf(), asinh(), asinhf(), lgamma(), lgammaf(),

  • Olaf Barthel Olaf Barthel committed [r285]

    - Replaced the (float) casts in strtof() with calls to powf().

  • Olaf Barthel Olaf Barthel committed [r286]

    - Updated the smakefile, so that it includes the new math object files.

  • Olaf Barthel Olaf Barthel committed [r287]

    - Made ACrypt() compile again.

  • Olaf Barthel Olaf Barthel committed [r290]

    - Integrated Peter Bengtsson's termios code. Thank you very much! I chose

  • Olaf Barthel Olaf Barthel committed [r292]

    - Header files don't belong into the list of object files...

  • --none-- committed [r293]

    This commit was manufactured by cvs2svn to create tag 'V1_193'.

  • Thomas Frieden Thomas Frieden committed [r294]

    New file

  • Thomas Frieden Thomas Frieden committed [r298]

    Removed compiler warnings

  • Thomas Frieden Thomas Frieden committed [r299]

    Added profil prototype

  • Thomas Frieden Thomas Frieden committed [r300]

    *** empty log message ***

  • Olaf Barthel Olaf Barthel committed [r302]

    - Added ftello() and fseeko() which both merely call the equivalent (at

  • Olaf Barthel Olaf Barthel committed [r303]

    - statfs() never stated that a disk was mounted for read-only access

  • Olaf Barthel Olaf Barthel committed [r304]

    - libunix.a now also holds stdlib_main.o, which should fix the issue with

  • Thomas Frieden Thomas Frieden committed [r305]

    lstat would overwrite the passed-in name in lstat_lock with ReadLink

  • Thomas Frieden Thomas Frieden committed [r306]

    *** empty log message ***

  • Olaf Barthel Olaf Barthel committed [r307]

    - Implemented exp2()/exp2f() and log2()/log2f() as suggested by

  • Olaf Barthel Olaf Barthel committed [r308]

    - The pattern matching code which expands command line arguments, as part

  • Olaf Barthel Olaf Barthel committed [r309]

    - Repaired the pattern matching code which expands command line arguments:

  • Olaf Barthel Olaf Barthel committed [r310]

    - Dropped stdlib_wildcard_expand.c, which is no longer necessary.

  • Olaf Barthel Olaf Barthel committed [r311]

    - Corrected a typo in the object build list (math_exp2f.c rather than

  • Thomas Frieden Thomas Frieden committed [r312]

    output_buffer wasn't set correctly when the buffer was allocated

  • Thomas Frieden Thomas Frieden committed [r315]

    *** empty log message ***

  • Thomas Frieden Thomas Frieden committed [r316]

    Fixed a bug in getopt_long

  • Thomas Frieden Thomas Frieden committed [r317]

    Removed unneeded baserel stuff

  • Olaf Barthel Olaf Barthel committed [r318]

    - Moved all the constructor code out of "stdlib_init_exit.c" and into the

  • --none-- committed [r320]

    This commit was manufactured by cvs2svn to create tag 'LIB_V1_1'.

  • Olaf Barthel Olaf Barthel committed [r321]

    - Updated for dual PowerPC/68k build.

  • --none-- committed [r322]

    This commit was manufactured by cvs2svn to create tag 'LIB_V1_2'.

  • Olaf Barthel Olaf Barthel committed [r323]

    - Updated to use the proper OS4 build environment.

  • Olaf Barthel Olaf Barthel committed [r325]

    - Added the clib2 shared library initialization/cleanup code.

  • Olaf Barthel Olaf Barthel committed [r326]

    - Fixed an important error in the documentation...

  • Olaf Barthel Olaf Barthel committed [r327]

    - Added a complete shared library skeleton example to demonstrate how the

  • Olaf Barthel Olaf Barthel committed [r328]

    - Added some documentation on the skeleton library code.

  • Olaf Barthel Olaf Barthel committed [r329]

    - The thread-safe version of isatty() should now work for stdio

  • Olaf Barthel Olaf Barthel committed [r332]

    - Getting ready for a new release...

  • Olaf Barthel Olaf Barthel committed [r333]

    - In __time_delay() the CheckIO() test was wrong and should have

1 >
MongoDB Logo MongoDB