about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* * sysdeps/mips/dl-machine.h (elf_machine_dynamic): New function. Andreas Jaeger1999-11-231-23/+16
| | | | | | | | | | | | (elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and Ralf Baechle <baechle@uni-koblenz.de>.
* Update.Ulrich Drepper1999-11-235-9/+15
| | | | | | * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Don't use the charset name from the locale name. Only use the value in the LC_CTYPE locale data file.
* Update.Ulrich Drepper1999-11-232-1/+4
| | | | | * locale/loadlocale.c (_nl_load_locale): Allow index of entry in file be equal to file size.
* Update.Ulrich Drepper1999-11-234-6/+34
| | | | * stdlib/longlong.h: Add count_trailing_zeros back.
* Update.Ulrich Drepper1999-11-222-840/+592
| | | | | | 1999-11-22 Ulrich Drepper <drepper@cygnus.com> * stdlib/longlong.h: Update from latest egcs version.
* Update.Ulrich Drepper1999-11-227-6/+87
| | | | | | | | | | | | 1999-11-22 Ulrich Drepper <drepper@cygnus.com> * internals.h: Add prototype for __pthread_manager_event. * manager.c (__pthread_manager_event): New function. (pthread_start_thread_event): Correct computation of self. Use INIT_THREAD_SELF. * pthread.c (__pthread_manager_thread): Initialize p_lock. (__pthread_initialize_manager): Respect event flags also for creation of the manager thread.
* Update.Ulrich Drepper1999-11-221-0/+3
| | | | | * locale/programs/ld-collate.c (insert_value): Correct order of arguments for lr_error call.
* (insert_value): Correct order of arguments for lr_error call.Ulrich Drepper1999-11-221-1/+1
|
* Update.Andreas Jaeger1999-11-222-1/+10
| | | | | | | | | | | 1999-11-22 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_setrlimit. * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Include <sys/types.h> for key_t. Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
* Add __syscall_setrlimit.Andreas Jaeger1999-11-221-0/+1
|
* Update.Ulrich Drepper1999-11-223-15/+61
| | | | | * sysdeps/i386/fpu/libm-test-ulps: Increase error value for latest gcc version.
* Update.Ulrich Drepper1999-11-212-16/+14
| | | | | | | 1999-11-21 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c (ctype_read): Correctly implement 14652-style definition of new maps and classes.
* Update.Ulrich Drepper1999-11-218-8/+264
| | | | | * locale/programs/ld-monetary.c (monetary_finish): Don't print individual error message if nothing is defined.
* Update.Ulrich Drepper1999-11-215-3/+19
| | | | | | | | * locale/programs/ld-time.c (time_startup): Test for lr being nonzero, not time. * locale/programs/ld-numeric.c (numeric_finish): Don't crash if decimal_point is not defined.
* Update.Ulrich Drepper1999-11-203-4/+10
| | | | | | | | | * wctype/wctrans.c (wctrans): Use correct base index to access extra mapping tables. * locale/loadlocale.c (_nl_load_locale): Use actual number of entries from file and not the fixed (minimal number from the langinfo.h list.
* Update.Ulrich Drepper1999-11-202-7/+14
| | | | | | | 1999-11-20 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c (ctype_read): Fix reading of <U....> values in charmaps.
* Update.Ulrich Drepper1999-11-202-1/+6
| | | | | | | 1999-11-18 Paul Eggert <eggert@twinsun.com> * time/strftime.c (my_strftime): Some old compilers object to '\a', so don't bother optimizing for it.
* Update.Ulrich Drepper1999-11-203-7/+23
| | | | | | | | | | | * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Don't modify the rlimits structure passed in. 1999-11-19 Andreas Jaeger <aj@suse.de> * include/sys/resource.h (__setrlimit): Add prototype. 1999-11-19 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-11-202-1/+7
| | | | | | | | 1999-11-19 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c (_dl_init_paths): Allocate correct number of entries for rtld_search_dirs[0]. Patch by David Mosberger <davidm@hpl.hp.com>.
* Update.Ulrich Drepper1999-11-192-3/+16
| | | | | * locale/programs/ld-ctype.c: Don't predefine the character classes and mappings of ISO 14652.
* Update.Ulrich Drepper1999-11-183-3/+17
| | | | | * locale/programs/ld-ctype.c: Punt if character class definitions to not consists of tok_bsymbol (for now).
* Update.Ulrich Drepper1999-11-181-4/+10
| | | | | | | | | | | | | 1999-11-18 Ulrich Drepper <drepper@cygnus.com> * time/strptime.c (day_of_the_week): Make sure result is never negative. (strptime_internal): Allow %C without %y. * wctype/wctrans.c: Fix after removal of second endianess table. (strptime_internal): day_of_the_week() requres both tm_mon and tm_mday to be initialized. Compute them first if they are not given.
* Update.Ulrich Drepper1999-11-184-19/+66
| | | | | | | | | | | 1999-11-18 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/linux_fsinfo.h: Sorted entries and added comments. * sysdeps/unix/sysv/linux/getpt.c: Include linux_fsinfo.h instead of defining *_SUPER_MAGIC. * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
* Update.Ulrich Drepper1999-11-183-2/+11
| | | | | | | | | | 1999-11-18 Ulrich Drepper <drepper@cygnus.com> * locale/programs/locale.c: Don't handle LC_ALL together with the other categories when printing the value. Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>. * locale/locale.h: Correct comment about LC_ALL.
* Update.Ulrich Drepper1999-11-1810-2330/+16349
| | | | | | | | | | | | | | | | | | * locale/programs/ld-ctype.c (ctype_output): Correct computation of nelems. Correctly compute index for additional character classes. (ctype_read): Handle charclass and charconv definitions. Also recognize arbitrary strings as mapping names. * locale/programs/ld-time.c (time_finish): Correctly skip over wide character era strings. * locale/lc-time.c (_nl_get_era_entry): Correctly skip era name and format for wide characters. * time/strftime.c: Correctly determine era information for wide wcsftime. * wctrans.c: Fix after removal of second endianess table. * wctype/wctype.h (_ISwbit): Correctly handle bits > 16. Patches by Shinya Hanataka <hanataka@abyss.rim.or.jp>. * wcsmbs/wcwidth.h (internal_wcwidth): Reject non-printable characters.
* Update.Ulrich Drepper1999-11-185-6/+10
| | | | * wcsmbs/wcswidth.c (wcswidth): Don't forget to decrement counter n.
* Update.Ulrich Drepper1999-11-184-5/+14
| | | | | * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.
* Update.Ulrich Drepper1999-11-173-25/+108
| | | | | | | 1999-11-17 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c: Implement character width information handling.
* Update.Ulrich Drepper1999-11-174-4/+23
| | | | | | | | | | | 1999-11-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Add support for devfs. * sysdeps/unix/sysv/linux/getpt.c (__getpt): Check for devfs. Patch by German Jose Gomez Garcia <german@pinon.ccu.uniovi.es>. * sysdeps/unix/sysv/linux/linux_fsinfo.h (DEVFS_SUPER_MAGIC): Added.
* Update.Ulrich Drepper1999-11-172-0/+5
| | | | | | 1999-11-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.
* Update.Ulrich Drepper1999-11-176-22/+185
| | | | | | | | | | | | | | | | | 1999-11-07 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: New file with some defines from Linux scsi_ioctl.h header. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Added scsi_ioctl.h. * sysdeps/unix/sysv/linux/Dist: Likewise. * sysdeps/unix/sysv/linux/scsi/sg.h: Synced with Linux 2.3.26; pretty printed. * sysdeps/unix/sysv/linux/scsi/scsi.h (TYPE_ENCLOSURE): Added to sync with Linux 2.3.26.
* Update.Ulrich Drepper1999-11-172-1/+6
| | | | | | | 1999-11-17 Andreas Jaeger <aj@suse.de> * shlib-versions: Allow mipsel for libm. Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
* Update.Ulrich Drepper1999-11-176-12/+20
| | | | | | 1999-11-16 Andreas Jaeger <aj@suse.de> * math/fenv.h: Fix typos in comments. Reported by Andreas Schwab.
* Update.Ulrich Drepper1999-11-162-4/+17
| | | | | * locale/programs/ld-ctype.c (set_class_defaults): Set default value for alpha and alnum correctly.
* Update.Ulrich Drepper1999-11-168-141/+226
| | | | | | | 1999-11-16 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-address.c (address_output): Fix output of country_num.
* Update.Ulrich Drepper1999-11-161-0/+9
| | | | | | | | | | | 1999-11-15 Ulrich Drepper <drepper@cygnus.com> * timezone/asia: Update from tzdata1999j. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise.
* Update.Ulrich Drepper1999-11-156-57/+1
| | | | * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
* Update.Ulrich Drepper1999-11-151-0/+7
| | | | | | | | | 1999-11-14 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sys/procfs.h: Remove duplicate definitions. * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Likewise.
* Update.Ulrich Drepper1999-11-153-1/+9
| | | | | | | | | | 1999-11-15 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add __syscall_setrlimit. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * Versions.def: Remove predecessors. They now get computed.
* Update.Ulrich Drepper1999-11-153-32/+34
| | | | | | | | | | * scripts/versions.awk: Don't expect to read predecessor versions, compute them. * Versions.def: Remove predecessors. They get now computed. 1999-11-14 Ulrich Drepper <drepper@cygnus.com> Patches by Franz Sirl <Franz.Sirl@lauterbach.com>.
* Update.Ulrich Drepper1999-11-151-0/+1
| | | | Patches by Franz Sirl <Franz.Sirl@lauterback.com>.
* Update.Ulrich Drepper1999-11-154-0/+39
| | | | | | | | | | 1999-11-14 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/execve.c: Add __syscall_execve prototype. * sysdeps/unix/sysv/linux/setrlimit.c: Add __syscall_setrlimit prototype. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add setrlimit. * sysdeps/powerpc/stackinfo.h: New file.
* Add __syscall_execve prototype.Ulrich Drepper1999-11-151-0/+1
|
* * Versions.def (libc): Move GLIBC_2.2 dependency from GLIBC_2.1.1 toRoland McGrath1999-11-139-49/+225
| | | | | | GLIBC_2.1.3. 1999-11-13 Roland McGrath <roland@baalperazim.frob.com>
* 1999-11-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-131-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hurd/Versions (GLIBC_2.1.3): Define, adding directory_name_split and hurd_directory_name_split. * Versions.def (libc): Add GLIBC_2.1.3. 1999-11-09 Roland McGrath <roland@baalperazim.frob.com> * hurd/report-wait.c (describe_port): Return char * and use __stpcpy to return the location of the null byte written into the string. (describe_number): Likewise. (describe_number): Remove assert, not always used with #. If FLAVOR is null, don't use it. (describe_number): Take signed argument and print a - if negative. (_S_msg_report_wait): Report system call number for system calls that aren't mach_msg. Soup up reporting for mach_msg: If destination port matches SS->intr_port, bracket port description with [...] to indicate a Hurd interruptible RPC; if destination port is null, examine the receive port and report that state; if receive port is also null, check for timeout and report its value. * sysdeps/mach/hurd/i386/intr-msg.h (MSG_EXAMINE): Return int that is zero iff we managed to examine the stack; take new args RCV_NAME, SEND_NAME, OPTION, and TIMEOUT to fill in with mach_msg args. * hurd/report-wait.c (describe_port): Recognize MACH_PORT_NULL and MACH_PORT_DEAD specially. 1999-10-04 Roland McGrath <roland@baalperazim.frob.com> * hurd/hurdlookup.c (__hurd_directory_name_split): New function. (__directory_name_split): New function. * hurd/hurd.h: Declare them. * sysdeps/mach/hurd/rmdir.c: Use __directory_name_split instead of __file_name_split, so we ignore trailing slashes properly. * sysdeps/mach/hurd/rename.c: Likewise.
* Update.Ulrich Drepper1999-11-133-7/+27
| | | | | | | | | | 1999-11-13 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add SIGPWR define from current kernel headers. * sunrpc/key_call.c: Use /usr/etc/keyenvoy only if we don't have SO_PASSCRED defined.
* Update.Ulrich Drepper1999-11-133-202/+270
| | | | * locale/C-ctype.c: Fix typo in char class name.
* Update.Ulrich Drepper1999-11-132-0/+8
| | | | | | 1999-11-12 Ulrich Drepper <drepper@cygnus.com> * configure.in: Allow user so specify --enable-kernel=current.
* Update.Ulrich Drepper1999-11-124-2/+7
| | | | * charmaps/ISO-8859-7: Fix 0xa1 mapping.
* Update.Ulrich Drepper1999-11-124-9/+16
| | | | | | | 1999-11-12 Ulrich Drepper <drepper@cygnus.com> * charmaps/ISO-8859-13: Fix a few entries. Patch by Marius Gedminas <mgedmin@takas.lt>.