summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.tjr2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhtjr2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentstjr2004-07-191-38/+5
* Remove unused files.tjr2004-07-192-12/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-196-3/+80
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-195-9/+31
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-1816-456/+65
* This library is not WARNS=2 clean for -O2 builds, because we includemarcel2004-07-181-1/+1
* Correct the mess I made by committing from the wrong tree. Mostmarcel2004-07-185-33/+33
* Try to fix ia64 and alpha compiles. I don't have either equipment firedscottl2004-07-182-0/+14
* Add missing #includes so that this can compile. Obtained from the i386 version.scottl2004-07-181-0/+7
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-7/+12
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-3/+7
* Hook libthread_db into the build, except for arm and powerpc.marcel2004-07-181-2/+6
* Define _libthr_debug for use by libthread_db.marcel2004-07-181-0/+9
* Don't include lock.h and pthread_md.h when we're being included bymarcel2004-07-182-0/+4
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,marcel2004-07-1822-1178/+1851
* Add the const qualifier to the prgregset_t argument for the *setregs*marcel2004-07-174-4/+4
* Fix minor namespace pollution: The prototypes for f{dim,max,min}(),stefanf2004-07-171-6/+6
* Fix typo: carat -> caret.tjr2004-07-171-1/+1
* Document the MSG_DONTWAIT flag.harti2004-07-161-1/+8
* Tweak the conditions under which certain gcc builtins are used:das2004-07-161-2/+2
* Add a cross reference to fgetwln(3).tjr2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-162-4/+5
* Clarify getfsstat(2) usage.alfred2004-07-161-1/+6
* Add my initial work of libthread_db. The library is used by gdb to debugdavidxu2004-07-159-0/+2030
* Style: rename 'mkdirpath' so it's clearer exactly what it does.kientzle2004-07-151-22/+27
* Copy lwp id to thread mailbox.davidxu2004-07-142-0/+2
* Call kse_switchin to switch context when being debugged.davidxu2004-07-139-55/+158
* Remove unused symbols.davidxu2004-07-132-28/+0
* Export necessary symbols to debugger.davidxu2004-07-131-7/+4
* Let debugger check signal, make SIGINFO works.davidxu2004-07-132-24/+50
* If _libkse_debug is not zero, activate thread mode.davidxu2004-07-132-0/+12
* Add code to support thread debugging.davidxu2004-07-1310-88/+292
* Remove an entry from the BUGS section: we have multibyte charactertjr2004-07-121-2/+0
* kse_switchin ABI was changed in kernel.davidxu2004-07-122-6/+4
* Make regular expression matching aware of multibyte characters. The generaltjr2004-07-125-324/+478
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-122-1/+5
* Document the new PT_LWPINFO request. In fact, the request is so newmarcel2004-07-121-0/+19
* Update the README notes to include the current list of supportedkientzle2004-07-121-49/+47
* Remove incomplete support for multi-character collating elements. Removetjr2004-07-112-262/+8
* Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) arekientzle2004-07-101-2/+4
* Unbreak alpha: On alpha a long double is the same as a double andmarcel2004-07-101-0/+4
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Remove the declaration of isnan() from this file. It is no longerdas2004-07-092-6/+0
* Bump document date for recent changes.das2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themdas2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-0921-508/+287
OpenPOWER on IntegriCloud