]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
25 years agoStart copying list of descriptors from right position in target process.
Ulrich Drepper [Fri, 12 Nov 1999 23:26:24 +0000 (23:26 +0000)] 
Start copying list of descriptors from right position in target process.

25 years agoUpdate.
Ulrich Drepper [Fri, 12 Nov 1999 23:10:14 +0000 (23:10 +0000)] 
Update.

25 years agoFix loop starting point over all but main and manager thread.
Ulrich Drepper [Fri, 12 Nov 1999 23:10:07 +0000 (23:10 +0000)] 
Fix loop starting point over all but main and manager thread.

25 years agoFix a few entries.
Ulrich Drepper [Fri, 12 Nov 1999 22:56:56 +0000 (22:56 +0000)] 
Fix a few entries.

25 years agoUpdate.
Ulrich Drepper [Fri, 12 Nov 1999 21:46:08 +0000 (21:46 +0000)] 
Update.

25 years agoAdd Estonian entries.
Ulrich Drepper [Fri, 12 Nov 1999 21:45:51 +0000 (21:45 +0000)] 
Add Estonian entries.

25 years agoUpdate.
Ulrich Drepper [Fri, 12 Nov 1999 21:27:32 +0000 (21:27 +0000)] 
Update.

25 years agoFollow changes from i386 version.
Ulrich Drepper [Fri, 12 Nov 1999 21:27:01 +0000 (21:27 +0000)] 
Follow changes from i386 version.

25 years agoCheck for snprintf return value.
Ulrich Drepper [Fri, 12 Nov 1999 21:26:15 +0000 (21:26 +0000)] 
Check for snprintf return value.

25 years agoUpdate.
Ulrich Drepper [Fri, 12 Nov 1999 20:23:49 +0000 (20:23 +0000)] 
Update.

25 years agoRead descriptors for main and manager thread special since after this
Ulrich Drepper [Fri, 12 Nov 1999 20:23:42 +0000 (20:23 +0000)] 
Read descriptors for main and manager thread special since after this
we can assume that no new threads will be created anymore (at least in
the gdb implementation).

25 years agoBanner file for linuxthread_db library.
Ulrich Drepper [Fri, 12 Nov 1999 18:51:03 +0000 (18:51 +0000)] 
Banner file for linuxthread_db library.

25 years agoUpdate.
Ulrich Drepper [Fri, 12 Nov 1999 18:48:37 +0000 (18:48 +0000)] 
Update.

25 years agoDefine version correctly.
Ulrich Drepper [Fri, 12 Nov 1999 18:47:57 +0000 (18:47 +0000)] 
Define version correctly.

25 years agoUpdate.
Ulrich Drepper [Thu, 11 Nov 1999 18:08:55 +0000 (18:08 +0000)] 
Update.

25 years agoIf p_pid field is zero, this is before the thread library is
Ulrich Drepper [Thu, 11 Nov 1999 18:08:36 +0000 (18:08 +0000)] 
If p_pid field is zero, this is before the thread library is
initialized and we get the PID from the debugger.

25 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 1999 17:52:09 +0000 (17:52 +0000)] 
Update.

25 years ago(compute_change): Replace slow loop to compute T by simple algorithm.
Ulrich Drepper [Wed, 10 Nov 1999 17:51:38 +0000 (17:51 +0000)] 
(compute_change): Replace slow loop to compute T by simple algorithm.

25 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 1999 08:16:07 +0000 (08:16 +0000)] 
Update.

25 years ago(special): Add tests for a too small buffer for ecvt_r and fcvt_r.
Ulrich Drepper [Wed, 10 Nov 1999 08:13:56 +0000 (08:13 +0000)] 
(special): Add tests for a too small buffer for ecvt_r and fcvt_r.

25 years ago(APPEND): Correct check for too small buffer according to changed snprintf return...
Ulrich Drepper [Wed, 10 Nov 1999 08:13:51 +0000 (08:13 +0000)] 
(APPEND): Correct check for too small buffer according to changed snprintf return value.

25 years ago(__argp_fmtstream_printf): Correct check for snprintf return value.
Ulrich Drepper [Wed, 10 Nov 1999 08:13:45 +0000 (08:13 +0000)] 
(__argp_fmtstream_printf): Correct check for snprintf return value.

25 years ago(strsignal): Correct check for snprintf return value.
Ulrich Drepper [Wed, 10 Nov 1999 08:13:39 +0000 (08:13 +0000)] 
(strsignal): Correct check for snprintf return value.

25 years agoAdd libthread_db version.
Ulrich Drepper [Wed, 10 Nov 1999 07:03:47 +0000 (07:03 +0000)] 
Add libthread_db version.

25 years agoUpdate from main line.
Ulrich Drepper [Wed, 10 Nov 1999 07:03:06 +0000 (07:03 +0000)] 
Update from main line.

25 years agoAdd from main branch.
Ulrich Drepper [Wed, 10 Nov 1999 05:05:07 +0000 (05:05 +0000)] 
Add from main branch.

25 years ago(__pthread_initialize_manager): Initialize __pthread_manager_thread.p_tid.
Ulrich Drepper [Wed, 10 Nov 1999 05:03:58 +0000 (05:03 +0000)] 
(__pthread_initialize_manager): Initialize __pthread_manager_thread.p_tid.

25 years agoDefine __pthread_last_event.
Ulrich Drepper [Wed, 10 Nov 1999 05:03:40 +0000 (05:03 +0000)] 
Define __pthread_last_event.
(pthread_handle_create): Set __pthread_last_event.
(pthread_exited): Likewise.
(__pthread_threads_events): New variable.
(pthread_handle_create): Take new parameters with event information.
Signal TD_CREATE event if wanted.
(__pthread_manager): Adjust pthread_handle_create call.
(pthread_start_thread_event): New function.  Block until manager is
finished and then call pthread_start_thread.
(pthread_exited): Signal TD_REAP event if wanted.

25 years ago(pthread_exit): Set __pthread_last_event.
Ulrich Drepper [Wed, 10 Nov 1999 05:03:07 +0000 (05:03 +0000)] 
(pthread_exit): Set __pthread_last_event.
(pthread_exit): Signal event if this is wanted.

25 years agoDeclare __pthread_last_event.
Ulrich Drepper [Wed, 10 Nov 1999 05:02:28 +0000 (05:02 +0000)] 
Declare __pthread_last_event.
Protect against multiple inclusion.
Include thread_dbP.h header.
(struct _pthread_descr_struct): Add new fields p_report_events and
p_eventbuf.
Declare event reporting functions.

25 years ago(suspend_with_cancellation): Rewrite as a macro.
Ulrich Drepper [Wed, 10 Nov 1999 05:01:52 +0000 (05:01 +0000)] 
(suspend_with_cancellation): Rewrite as a macro.

25 years ago(pthread_cond_timedwait_relative): Don't mark as inline.
Ulrich Drepper [Wed, 10 Nov 1999 05:00:59 +0000 (05:00 +0000)] 
(pthread_cond_timedwait_relative): Don't mark as inline.

25 years ago(libpthread-routines): Add events.
Ulrich Drepper [Wed, 10 Nov 1999 05:00:37 +0000 (05:00 +0000)] 
(libpthread-routines): Add events.

25 years agoInclude sys/ucontext.h instead of duplicating definitions.
Ulrich Drepper [Wed, 10 Nov 1999 04:58:52 +0000 (04:58 +0000)] 
Include sys/ucontext.h instead of duplicating definitions.

25 years agoComplete last patch.
Ulrich Drepper [Wed, 10 Nov 1999 04:10:36 +0000 (04:10 +0000)] 
Complete last patch.

25 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 1999 03:31:58 +0000 (03:31 +0000)] 
Update.

25 years ago(init_syntax_once): move below definition of
Ulrich Drepper [Wed, 10 Nov 1999 03:29:43 +0000 (03:29 +0000)] 
(init_syntax_once): move below definition of
ISALNUM etc., then use ISALNUM to init the table, so that
the word ops will work if i18n'ed.
(SYNTAX): And subscript with 0xFF for 8bit character sets.
(re_match_2_internal): Correct check for charset after exactn in loop.

25 years agoFor LOG_PERROR only append a newline if necessary.
Ulrich Drepper [Wed, 10 Nov 1999 03:28:09 +0000 (03:28 +0000)] 
For LOG_PERROR only append a newline if necessary.

25 years ago(getlogin_r): Sync with getlogin implementation for ttyname_r call; fix
Ulrich Drepper [Wed, 10 Nov 1999 03:27:23 +0000 (03:27 +0000)] 
(getlogin_r): Sync with getlogin implementation for ttyname_r call; fix
inverted condition; return ut_user.

25 years agoDefine values also as macros.
Ulrich Drepper [Wed, 10 Nov 1999 03:27:00 +0000 (03:27 +0000)] 
Define values also as macros.

25 years ago(_dl_dst_count): Allow $ORIGIN to point to directory with the
Ulrich Drepper [Wed, 10 Nov 1999 03:16:42 +0000 (03:16 +0000)] 
(_dl_dst_count): Allow $ORIGIN to point to directory with the
reference since this is as secure as using the object with the
dependency.
(_dl_dst_count): Change strings in first two strncmp calls to allow reuse.
(_dl_dst_substitute): Likewise.

25 years agoUpdate from tzdata1999i.
Ulrich Drepper [Wed, 10 Nov 1999 02:53:23 +0000 (02:53 +0000)] 
Update from tzdata1999i.

25 years agoUse setenv instead of putenv.
Ulrich Drepper [Wed, 10 Nov 1999 02:52:35 +0000 (02:52 +0000)] 
Use setenv instead of putenv.

25 years ago(main): Don't pass const strings to putenv to avoid warnings.
Ulrich Drepper [Wed, 10 Nov 1999 02:52:20 +0000 (02:52 +0000)] 
(main): Don't pass const strings to putenv to avoid warnings.

25 years agoUpdate from tzcode1999h.
Ulrich Drepper [Wed, 10 Nov 1999 02:52:01 +0000 (02:52 +0000)] 
Update from tzcode1999h.

25 years agoUpdate.
Ulrich Drepper [Mon, 8 Nov 1999 23:45:41 +0000 (23:45 +0000)] 
Update.

25 years agoComment _nl_normalize_codeset, comment memory allocation in _nl_explode_name.
Ulrich Drepper [Mon, 8 Nov 1999 23:45:35 +0000 (23:45 +0000)] 
Comment _nl_normalize_codeset, comment memory allocation in _nl_explode_name.

25 years ago(_nl_normalize_codeset): Update comment to reflect memory allocation.
Ulrich Drepper [Mon, 8 Nov 1999 23:45:24 +0000 (23:45 +0000)] 
(_nl_normalize_codeset): Update comment to reflect memory allocation.

25 years ago(_nl_find_locale): Free normalized_codeset; this fixes a memory leak.
Ulrich Drepper [Mon, 8 Nov 1999 23:45:13 +0000 (23:45 +0000)] 
(_nl_find_locale): Free normalized_codeset; this fixes a memory leak.

25 years agoUpdate.
Ulrich Drepper [Mon, 8 Nov 1999 23:40:53 +0000 (23:40 +0000)] 
Update.

25 years agoUse __libc_lock_define_initialized for tzset_lock to initialize it.
Ulrich Drepper [Mon, 8 Nov 1999 23:40:45 +0000 (23:40 +0000)] 
Use __libc_lock_define_initialized for tzset_lock to initialize it.

25 years agoUpdate.
Ulrich Drepper [Mon, 8 Nov 1999 23:38:00 +0000 (23:38 +0000)] 
Update.

25 years agoDon't put commas at the end of enumerator lists (-pedantic complains).
Ulrich Drepper [Mon, 8 Nov 1999 23:37:52 +0000 (23:37 +0000)] 
Don't put commas at the end of enumerator lists (-pedantic complains).
(feraiseexcept): Use i#*X as the constraint.  Fix a bug in the
test for 'one bit set'.
(feclearexcept): Likewise.

25 years agoUpdate.
Ulrich Drepper [Thu, 28 Oct 1999 22:23:56 +0000 (22:23 +0000)] 
Update.

25 years ago(rand_r): Really use 31 bits, the result was shifted a bit too much.
Ulrich Drepper [Thu, 28 Oct 1999 22:23:31 +0000 (22:23 +0000)] 
(rand_r): Really use 31 bits, the result was shifted a bit too much.

25 years agoUpdate.
Ulrich Drepper [Mon, 25 Oct 1999 22:25:34 +0000 (22:25 +0000)] 
Update.

25 years agoCorrect names of MD5 functions after removing of public names.
Ulrich Drepper [Mon, 25 Oct 1999 22:25:27 +0000 (22:25 +0000)] 
Correct names of MD5 functions after removing of public names.

25 years agoAccount bytes needed for alignment in buflen.
Ulrich Drepper [Mon, 25 Oct 1999 22:23:46 +0000 (22:23 +0000)] 
Account bytes needed for alignment in buflen.

25 years agoUpdate.
Ulrich Drepper [Mon, 25 Oct 1999 20:22:30 +0000 (20:22 +0000)] 
Update.

25 years agoRemove weak aliase.
Ulrich Drepper [Mon, 25 Oct 1999 20:22:02 +0000 (20:22 +0000)] 
Remove weak aliase.

25 years agoUse internal names for md5 functions, remove weak alias for public names.
Ulrich Drepper [Mon, 25 Oct 1999 20:21:54 +0000 (20:21 +0000)] 
Use internal names for md5 functions, remove weak alias for public names.

25 years agoRemove prototypes for public interface. md5 is used only internal.
Ulrich Drepper [Mon, 25 Oct 1999 20:21:44 +0000 (20:21 +0000)] 
Remove prototypes for public interface. md5 is used only internal.

25 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 1999 23:44:33 +0000 (23:44 +0000)] 
Update.

25 years agoDefine aliases __nexttowardl and nexttowardl.
Ulrich Drepper [Sun, 24 Oct 1999 23:42:29 +0000 (23:42 +0000)] 
Define aliases __nexttowardl and nexttowardl.

25 years ago.
Roland McGrath [Tue, 19 Oct 1999 17:53:39 +0000 (17:53 +0000)] 
.

25 years ago1999-10-19 Bruno Haible <haible@ilog.fr>
Roland McGrath [Tue, 19 Oct 1999 17:53:26 +0000 (17:53 +0000)] 
1999-10-19  Bruno Haible  <haible@ilog.fr>

        * sysdeps/mach/sleep.c (__sleep): If we slept longer than requested,
return 0, not UINT_MAX.

25 years agoUpdate from latest autoconf versions.
Ulrich Drepper [Tue, 19 Oct 1999 06:28:58 +0000 (06:28 +0000)] 
Update from latest autoconf versions.

25 years agoUpdate.
Ulrich Drepper [Tue, 19 Oct 1999 03:32:46 +0000 (03:32 +0000)] 
Update.

25 years ago(__cprojl): Fix bug: NaN + i NaN returns now NaN + i NaN.
Ulrich Drepper [Tue, 19 Oct 1999 03:32:17 +0000 (03:32 +0000)] 
(__cprojl): Fix bug: NaN + i NaN returns now NaN + i NaN.

25 years ago(__cprojf): Fix bug: NaN + i NaN returns now NaN + i NaN.
Ulrich Drepper [Tue, 19 Oct 1999 03:31:52 +0000 (03:31 +0000)] 
(__cprojf): Fix bug: NaN + i NaN returns now NaN + i NaN.

25 years ago(__cproj): Fix bug: NaN + i NaN returns now NaN + i NaN.
Ulrich Drepper [Tue, 19 Oct 1999 03:31:10 +0000 (03:31 +0000)] 
(__cproj): Fix bug: NaN + i NaN returns now NaN + i NaN.

25 years ago(process_block): (process_block): Save errno value from iconv call.
Ulrich Drepper [Tue, 19 Oct 1999 03:29:12 +0000 (03:29 +0000)] 
(process_block): (process_block): Save errno value from iconv call.

25 years ago(iruserok2): Initialize isbad to -1.
Ulrich Drepper [Tue, 19 Oct 1999 03:27:12 +0000 (03:27 +0000)] 
(iruserok2): Initialize isbad to -1.

25 years agoGalician translation of the GNU libc messages.
Ulrich Drepper [Tue, 19 Oct 1999 03:15:20 +0000 (03:15 +0000)] 
Galician translation of the GNU libc messages.

25 years agoUpdate.
Ulrich Drepper [Sun, 17 Oct 1999 03:38:47 +0000 (03:38 +0000)] 
Update.

25 years agoAdded struct in_pktinfo.
Ulrich Drepper [Sun, 17 Oct 1999 03:36:33 +0000 (03:36 +0000)] 
Added struct in_pktinfo.

25 years agoUpdate.
Ulrich Drepper [Thu, 14 Oct 1999 19:21:57 +0000 (19:21 +0000)] 
Update.

25 years ago(__sleep): Optimize for zero seconds.
Ulrich Drepper [Thu, 14 Oct 1999 19:21:37 +0000 (19:21 +0000)] 
(__sleep): Optimize for zero seconds.

25 years agoUpdate.
Ulrich Drepper [Tue, 12 Oct 1999 23:35:25 +0000 (23:35 +0000)] 
Update.

25 years agoDon't define register names unconditionally, only if __USE_GNU.
Ulrich Drepper [Tue, 12 Oct 1999 23:35:13 +0000 (23:35 +0000)] 
Don't define register names unconditionally, only if __USE_GNU.

25 years agoUpdate.
Ulrich Drepper [Tue, 12 Oct 1999 16:00:11 +0000 (16:00 +0000)] 
Update.

25 years agoFix names whcih are different in 2.2.
Ulrich Drepper [Tue, 12 Oct 1999 15:22:36 +0000 (15:22 +0000)] 
Fix names whcih are different in 2.2.

25 years agoUpdate to match generic Linux version.
Ulrich Drepper [Tue, 12 Oct 1999 15:21:18 +0000 (15:21 +0000)] 
Update to match generic Linux version.

25 years agoUpdate.
Ulrich Drepper [Tue, 12 Oct 1999 00:23:47 +0000 (00:23 +0000)] 
Update.

25 years agoGBK conversion function.
Ulrich Drepper [Tue, 12 Oct 1999 00:23:23 +0000 (00:23 +0000)] 
GBK conversion function.

25 years agoAdd support for gbk.
Ulrich Drepper [Tue, 12 Oct 1999 00:22:50 +0000 (00:22 +0000)] 
Add support for gbk.

25 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 1999 23:52:52 +0000 (23:52 +0000)] 
Update.

25 years ago(LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
Ulrich Drepper [Mon, 11 Oct 1999 23:52:33 +0000 (23:52 +0000)] 
(LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.

25 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 1999 19:22:06 +0000 (19:22 +0000)] 
Update.

25 years agoDeclare SA_SIGINFO.
Ulrich Drepper [Mon, 11 Oct 1999 19:21:45 +0000 (19:21 +0000)] 
Declare SA_SIGINFO.

25 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 1999 19:19:22 +0000 (19:19 +0000)] 
Update.

25 years agoFix typos.
Ulrich Drepper [Mon, 11 Oct 1999 19:18:49 +0000 (19:18 +0000)] 
Fix typos.

25 years agoRegenerated: autoconf sysdeps/unix/sysv/linux/configure.in
Ulrich Drepper [Mon, 11 Oct 1999 04:36:12 +0000 (04:36 +0000)] 
Regenerated: autoconf  sysdeps/unix/sysv/linux/configure.in

25 years ago(exit): Beware to not free statically allocated list element.
Ulrich Drepper [Mon, 11 Oct 1999 04:35:54 +0000 (04:35 +0000)] 
(exit): Beware to not free statically allocated list element.

25 years ago(initial): New variable. Use to initialize __exit_funcs.
Ulrich Drepper [Mon, 11 Oct 1999 04:35:35 +0000 (04:35 +0000)] 
(initial): New variable.  Use to initialize __exit_funcs.

25 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 1999 04:35:23 +0000 (04:35 +0000)] 
Update.

25 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 1999 00:46:44 +0000 (00:46 +0000)] 
Update.

25 years agoFix typo.
Ulrich Drepper [Mon, 11 Oct 1999 00:45:48 +0000 (00:45 +0000)] 
Fix typo.

25 years agoUpdate.
Ulrich Drepper [Sun, 10 Oct 1999 20:49:53 +0000 (20:49 +0000)] 
Update.

25 years ago(__xpg_basename): Don't return pointer to slash before the basename.
Ulrich Drepper [Sun, 10 Oct 1999 20:48:58 +0000 (20:48 +0000)] 
(__xpg_basename): Don't return pointer to slash before the basename.