]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
22 years agoHonour DESTDIR
Nick Clifton [Tue, 7 May 2002 17:22:14 +0000 (17:22 +0000)]
Honour DESTDIR

22 years ago * localtime.cc (tzsetwall): Use wildabbr if generated timezone name
Corinna Vinschen [Tue, 7 May 2002 13:18:44 +0000 (13:18 +0000)]
* localtime.cc (tzsetwall): Use wildabbr if generated timezone name
length < 3.

22 years ago * include/windows.h: Move _ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
Danny Smith [Mon, 6 May 2002 23:37:52 +0000 (23:37 +0000)]
* include/windows.h: Move _ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
STRICT and related defines to ...
* include/windef.h: Here.

ChangeLog: Correct date and typo in last entry.

22 years ago2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 6 May 2002 20:50:32 +0000 (20:50 +0000)]
2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.

22 years ago * libc/sys/arm/syscalls.c (_rename): Add parameter names.
Thomas Fitzsimmons [Mon, 6 May 2002 20:46:37 +0000 (20:46 +0000)]
* libc/sys/arm/syscalls.c (_rename): Add parameter names.
(_sbrk): Add cast of return value.

22 years ago2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 6 May 2002 20:44:54 +0000 (20:44 +0000)]
2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/sys/reent.h (_l64a_buf): New reentrant area.
        (_REENT_L64A_BUF): New macro for accessing area.
        *  libc/stdlib/Makefile.am: Add a64l.c and l64a.c.
        *  libc/stdlib/Makefile.in: Regenerated.
        *  libc/stdlib/a64l.c: New file.
        *  libc/stdlib/l64a.c: New file.

22 years ago2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 6 May 2002 20:29:29 +0000 (20:29 +0000)]
2002-05-06  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/unix/pread.c: Fix typo for _pread_r.
        * libc/unix/pwrite.c: Fix type for _pwrite_r.
        * libc/sys/linux/pread64.c: Fix typo for read syscall.
        * libc/sys/linux/pwrite64.c: Fix typo for write syscall.

22 years ago * spawn.cc (spawn_guts): Move call to set_process_privilege()
Corinna Vinschen [Mon, 6 May 2002 10:05:46 +0000 (10:05 +0000)]
* spawn.cc (spawn_guts): Move call to set_process_privilege()
to load_registry_hive().
* registry.cc (load_registry_hive): ditto.
* fork.cc (fork_parent): Call sec_user_nih() only once.

22 years ago* configure.in (noconfigdirs): Don't disable libgcj on
Alexandre Oliva [Sun, 5 May 2002 18:58:17 +0000 (18:58 +0000)]
* configure.in (noconfigdirs): Don't disable libgcj on
sparc64-*-solaris* and sparcv9-*-solaris*.

22 years ago* path.h (path_conv::path_conv): Initialise normalized_path to NULL.
Christopher Faylor [Sat, 4 May 2002 18:27:27 +0000 (18:27 +0000)]
* path.h (path_conv::path_conv): Initialise normalized_path to NULL.

22 years ago.
Christopher Faylor [Sat, 4 May 2002 04:30:57 +0000 (04:30 +0000)]
.

22 years ago* net.cc (getdomainname): Change second argument of getdomainname to size_t.
Christopher Faylor [Sat, 4 May 2002 03:24:35 +0000 (03:24 +0000)]
* net.cc (getdomainname): Change second argument of getdomainname to size_t.
* fhandler_proc.cc (proc_listing): Add '.' and '..' to directory listing.
(fhandler_proc::open): Change use of mode to flags.  If the file does not exist
already, fail with EROFS if O_CREAT flag is set.  Change EROFS error to EACCES
error when writing to a file.  Use cmalloc to allocate memory for filebuf.
(fhandler_proc::close): Use cfree to free filebuf.
(fhandler_proc::get_proc_fhandler): Properly detect attempts to access unknown
subdir.
* fhandler_process.cc (process_listing): Add '.' and '..' to directory listing.
(fhandler_process::open): Use cmalloc to allocate memory for filebuf.
(fhandler_process::close): Use cfree to free filebuf.
* fhandler_registry.cc (registry_listing): Add .  and '..' to directory
listing.
(fhandler_registry::open): Move check for open for writing before open_key.
Use cmalloc to allocate memory for filebuf.
(fhandler_registry::close): Use cfree to free filebuf.
(fhandler_registry::telldir): Use lower 16 bits of __d_position as position in
directory.
(fhandler_registry::seekdir): Ditto.
* fhandler_virtual.cc (fhandler_virtual::write): Change EROFS error to EACCES
error.
(fhandler_virtual::open): Set the NOHANDLE flag.
(fhandler_virtual::dup): Add call to fhandler_base::dup.  Allocate child's
filebuf using cmalloc.  Copy filebuf from parent to child.
(fhandler_virtual::close): Use cfree to free filebuf.
(fhandler_virtual::~fhandler_virtual): Ditto.
(from Chris Faylor <cgf@redhat.com>).
(fhandler_registry::readdir): Add support for '.' and '..' files in
subdirectories of /proc/registry.
* path.cc (path_conv::check): Do not return ENOENT if a file is not found in
/proc.

22 years ago* libc/include/sys/unistd.h: Define getdomainname under cygwin.
Christopher Faylor [Sat, 4 May 2002 02:22:01 +0000 (02:22 +0000)]
* libc/include/sys/unistd.h: Define getdomainname under cygwin.

22 years ago* configure.in: Revert 2002-04-18's patch; fixed in libjava.
Alexandre Oliva [Fri, 3 May 2002 18:24:32 +0000 (18:24 +0000)]
* configure.in: Revert 2002-04-18's patch; fixed in libjava.

22 years ago * configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
Thomas Fitzsimmons [Fri, 3 May 2002 16:39:22 +0000 (16:39 +0000)]
* configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.

22 years ago * configure.in (FLAGS_FOR_TARGET): Do not add
Thomas Fitzsimmons [Fri, 3 May 2002 16:13:21 +0000 (16:13 +0000)]
* configure.in (FLAGS_FOR_TARGET): Do not add
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.

22 years ago * include/winsock2.h (int32): Remove typedef.
Danny Smith [Fri, 3 May 2002 03:01:51 +0000 (03:01 +0000)]
* include/winsock2.h (int32): Remove typedef.
(SEVICETYPE): Add typedef.
(struct _flowspec):Revise struct definition,  Comment
on types used for members.

22 years ago* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
Christopher Faylor [Fri, 3 May 2002 02:43:45 +0000 (02:43 +0000)]
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
path_conv name.
(fhandler_proc::open): Ditto.
* fhandler_process.cc (fhandler_process::fstat): Use fhandler name rather than
path_conv name.
(fhandler_process::open): Ditto.
* fhandler_registry.cc (fhandler_registry::fstat): Use fhandler name rather
than path_conv name.
(fhandler_registry::open): Ditto.
* path.cc (path_conv::check): Don't copy posix path when virtual.
(mount_info::conv_to_win32_path): Don't zero string when isproc.  Just derive
normal windows path.
* path.h (path_conv::clear_normalized_path): Declare new method.
* path.cc (path_conv::clear_normalized_path): Define new method.
* dtable.cc (build_fhandler_from_name): Clear normalized path when finished to
conserve space.

22 years ago* fhandler_proc.cc (fhandler_proc::fstat): Prime with information from
Christopher Faylor [Thu, 2 May 2002 23:58:20 +0000 (23:58 +0000)]
* fhandler_proc.cc (fhandler_proc::fstat): Prime with information from
fhandler_base::fstat.  Use defines rather than constants for permission
settings.

22 years ago * path.cc (hash_path_name): Improve hash function strength.
Corinna Vinschen [Thu, 2 May 2002 16:46:12 +0000 (16:46 +0000)]
* path.cc (hash_path_name): Improve hash function strength.

22 years agomissed a conflict indicator
Robert Collins [Thu, 2 May 2002 11:27:15 +0000 (11:27 +0000)]
missed a conflict indicator

22 years ago2002-05-02 Robert Collins <rbtcollins@hotmail.com>
Robert Collins [Thu, 2 May 2002 11:26:22 +0000 (11:26 +0000)]
2002-05-02  Robert Collins <rbtcollins@hotmail.com>

        * thread.cc (__pthread_cond_dowait): Fix a race on signalling from a
        thread woken by the same condition variable it's signalling on. Thanks
        to Michael Beach for the report and test case.

22 years ago * include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): Remove
Danny Smith [Thu, 2 May 2002 08:41:03 +0000 (08:41 +0000)]
* include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): Remove
more defines added in earlier 2002-05-02 change.
* lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.

22 years ago * include/winnt.h (THREAD_PRIORITY_*): Remove defines.
Danny Smith [Thu, 2 May 2002 05:59:56 +0000 (05:59 +0000)]
* include/winnt.h (THREAD_PRIORITY_*): Remove defines.
Add TIMER_* to last ChangeLog entry.

22 years agoadd new files
Christopher Faylor [Thu, 2 May 2002 04:26:05 +0000 (04:26 +0000)]
add new files

22 years agoadd comment
Christopher Faylor [Thu, 2 May 2002 04:14:40 +0000 (04:14 +0000)]
add comment

22 years ago* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor [Thu, 2 May 2002 04:13:48 +0000 (04:13 +0000)]
* path.h (pathconv_arg): Add PC_POSIX.
(path_conv): Add normalized_path field.
* path.cc (path_conv::~path_conv): New destructor.
(path_conv::check): Set normalized_path, where appropriate.
* dtable.cc (build_fhandler_from_name): Use normalized path from path_conv.
* syscalls.cc (chroot): Ditto.
* cygheap.h: Remove path_prefix_p declaration.  Christopher Faylor
<cgf@redhat.com> (minor fixups)
* Makefile.in: Add fhandler_proc.o, fhandler_registry.o, fhandler_process.o and
fhandler_virtual.o.
* dtable.cc (dtable::build_fhandler): Add entries for FH_PROC, FH_REGISTRY and
FH_PROCESS.  Set unix_name to the normalized posix path.
* fhandler.h: Add constants for FH_PROC, FH_REGISTRY and FH_PROCESS.  Add class
declarations for fhandler_virtual, fhandler_proc, fhandler_registry and
fhandler_virtual.  Update fhandler_union accordingly.
* fhandler_proc.cc: New file.  Add implementation for fhandler_proc.
* fhandler_virtual.cc: New file.  Add implementation for fhandler_virtual.
* fhandler_process.cc: New file.  Add implementation for fhandler_process.
* fhandler_registry.cc: New file.  Add implementation for fhandler_registry.
* path.cc: Add isproc and isvirtual_dev macros.
* path.cc (path_conv::check): Add check for virtual devices.
* path.cc (mount_info::conv_to_win32_path): Convert paths in /proc to empty
Win32 paths.
* path.cc (chdir): Replace check for FH_CYGDRIVE with more generic
isvirtual_dev macro.  Force setting of posix path for virtual fhandlers.
* path.h: Add externally visible path_prefix_p and normalized_posix_path
prototypes.

22 years ago * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
Danny Smith [Thu, 2 May 2002 03:49:43 +0000 (03:49 +0000)]
* include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
SEMAPHORE_*, MUTEX_*): Add new defines.

22 years ago* utmp.h: Define more UNIX constants.
Christopher Faylor [Thu, 2 May 2002 00:59:39 +0000 (00:59 +0000)]
* utmp.h: Define more UNIX constants.

22 years ago * configure.in (noconfigdirs): Replace [ ] with test.
Thomas Fitzsimmons [Wed, 1 May 2002 21:32:32 +0000 (21:32 +0000)]
* configure.in (noconfigdirs): Replace [ ] with test.

22 years ago * configure.in (noconfigdirs): Do not add target-newlib if
Thomas Fitzsimmons [Wed, 1 May 2002 20:42:00 +0000 (20:42 +0000)]
* configure.in (noconfigdirs): Do not add target-newlib if
target == i[3456]86-*-linux*, and host == target.

22 years ago* include/cygwin/types.h: Include <sys/sysmacros.h>.
Christopher Faylor [Wed, 1 May 2002 20:26:33 +0000 (20:26 +0000)]
* include/cygwin/types.h: Include <sys/sysmacros.h>.

22 years ago * Makefile.am: Add support for checking multilibs.
Thomas Fitzsimmons [Wed, 1 May 2002 20:26:05 +0000 (20:26 +0000)]
* Makefile.am: Add support for checking multilibs.

22 years ago * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
Thomas Fitzsimmons [Wed, 1 May 2002 18:44:13 +0000 (18:44 +0000)]
* libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
(SUBDEFS): Add LIBC_EXTRA_DEF.
* libc/configure.in (LIBC_EXTRA_LIB): New variable.
(LIBC_EXTRA_DEF): Likewise.
(extra_dir): Likewise.
* libc/machine/xscale/machine: New directory.
* libc/machine/xscale/machine/profile.h: New file.

* Makefile.am (site.exp): Remove newlib_cflags.  Add
multibuildtop.
* testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's.
* testsuite/lib/flags.exp: New file.
* testsuite/lib/newlib.exp: Load flags.exp.
(newlib_target_compile): Remove libgloss directory references.
(newlib_init): Remove newlib_cflags references.

22 years ago * Add flags.exp.
Thomas Fitzsimmons [Wed, 1 May 2002 17:06:25 +0000 (17:06 +0000)]
* Add flags.exp.

22 years ago * Makefile.am (site.exp): Remove newlib_cflags. Add
Thomas Fitzsimmons [Wed, 1 May 2002 17:05:44 +0000 (17:05 +0000)]
* Makefile.am (site.exp): Remove newlib_cflags.  Add
multibuildtop.
* testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's.
* testsuite/lib/flags.exp: New file.
* testsuite/lib/newlib.exp: Load flags.exp.
(newlib_target_compile): Remove libgloss directory references.
(newlib_init): Remove newlib_cflags references.

22 years ago * include/commctrl.h (SNDMSG): Define and use throughout
Danny Smith [Wed, 1 May 2002 01:10:51 +0000 (01:10 +0000)]
* include/commctrl.h (SNDMSG): Define and use throughout
in other macros instead of SendMessage.
* include/commdlg.h (SNDMSG): Ditto.

22 years ago * testsuite/lib/newlib.exp (newlib_target_compile): Change
Thomas Fitzsimmons [Tue, 30 Apr 2002 23:10:21 +0000 (23:10 +0000)]
* testsuite/lib/newlib.exp (newlib_target_compile): Change
method of finding libgloss_target_dir.

22 years ago * Makefile.am (site.exp): Change host_alias, host_triplet,
Thomas Fitzsimmons [Tue, 30 Apr 2002 22:38:07 +0000 (22:38 +0000)]
* Makefile.am (site.exp): Change host_alias, host_triplet,
target_alias, target_triplet to refer to gcc's host and target
variables (newlib's build and host variables).
* testsuite/lib/newlib.exp (newlib_init): Change build
references to host references, host references to target
references to reflect Makefile.am changes.
(newlib_target_compile): Likewise.
(newlib_finish): Likewise.

22 years ago * Various formatting and whitespace changes.
Thomas Fitzsimmons [Tue, 30 Apr 2002 18:23:40 +0000 (18:23 +0000)]
* Various formatting and whitespace changes.

22 years ago * config.guess: Updated to 2002-04-26's version.
Mark Mitchell [Tue, 30 Apr 2002 17:40:45 +0000 (17:40 +0000)]
* config.guess: Updated to 2002-04-26's version.
* config.sub: Updated to 2002-04-26's version.

22 years ago* config/mh-cxux: remove dead code
DJ Delorie [Tue, 30 Apr 2002 03:30:24 +0000 (03:30 +0000)]
* config/mh-cxux: remove dead code
* config/mh-dgux386: remove dead code
* config/mh-hp300: remove dead code
* config/mh-hpux: remove dead code
* config/mh-hpux8: remove dead code
* config/mh-irix5: remove dead code
* config/mh-irix6: remove dead code
* config/mh-ncr3000: remove dead code
* config/mh-ncrsvr43: remove dead code
* config/mh-necv4: remove dead code
* config/mh-sco: remove dead code
* config/mh-solaris: remove dead code
* config/mh-sysv: remove dead code
* config/mh-sysv4: remove dead code
* config/mh-sysv5: remove dead code
* config/mh-irix4: remove, contains only dead code
* configure.in: delete reference to absent file

22 years ago* configure.in: replace '[' with 'test'
DJ Delorie [Tue, 30 Apr 2002 03:17:27 +0000 (03:17 +0000)]
* configure.in: replace '[' with 'test'

22 years ago* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
DJ Delorie [Tue, 30 Apr 2002 02:49:33 +0000 (02:49 +0000)]
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.

22 years ago* configure.in: Eliminate references to gash.
DJ Delorie [Tue, 30 Apr 2002 02:42:31 +0000 (02:42 +0000)]
* configure.in: Eliminate references to gash.
* Makefile.in: Eliminate references to gash.

22 years ago* configure.in: Remove useless references to 'pic' makefile fragments.
DJ Delorie [Tue, 30 Apr 2002 02:34:18 +0000 (02:34 +0000)]
* configure.in: Remove useless references to 'pic' makefile fragments.
* config/mt-armpic: Delete.
* config/mt-elfalphapic: Delete.
* config/mt-i370pic: Delete.
* config/mt-ia64pic: Delete.
* config/mt-m68kpic: Delete.
* config/mt-papic: Delete.
* config/mt-ppcpic: Delete.
* config/mt-s390pic: Delete.
* config/mt-sparcpic: Delete.
* config/mt-x86pic: Delete.

22 years ago* configure.in: Remove useless references to 'pic' makefile fragments.
DJ Delorie [Tue, 30 Apr 2002 02:28:43 +0000 (02:28 +0000)]
* configure.in: Remove useless references to 'pic' makefile fragments.

22 years ago* configure.in: (*-*-windows*) Finish removing.
DJ Delorie [Tue, 30 Apr 2002 02:19:55 +0000 (02:19 +0000)]
* configure.in: (*-*-windows*) Finish removing.

22 years ago* configure.in: Eliminate redundant test for libgui.
DJ Delorie [Tue, 30 Apr 2002 02:14:16 +0000 (02:14 +0000)]
* configure.in: Eliminate redundant test for libgui.

22 years ago2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 29 Apr 2002 22:33:10 +0000 (22:33 +0000)]
2002-04-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.

22 years agoFix trivial typo in last change
Jonathan Larmour [Mon, 29 Apr 2002 21:52:36 +0000 (21:52 +0000)]
Fix trivial typo in last change

22 years ago * arm/syscall.h: New file. To define extra syscall values for RedBoot.
Jonathan Larmour [Mon, 29 Apr 2002 21:51:25 +0000 (21:51 +0000)]
* arm/syscall.h: New file. To define extra syscall values for RedBoot.

* arm/redboot-syscalls.c (_close): Fix setting of errno value.
(_lseek): Ditto.
(_open): Ditto.
(_write): Ditto.
(_read): Ditto.
(_rename): New function.
(_system): Ditto.
(_stat): Ditto.
(_unlink): Call a syscall for this now.
(isatty): Ditto.
(_fstat): Ditto.
(_gettimeofday): Ditto.

22 years ago * libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
Jonathan Larmour [Mon, 29 Apr 2002 21:49:56 +0000 (21:49 +0000)]
* libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
(_system): New function. Ditto.
* libc/stdlib/system.c (_system_r): Call _system if HAVE_SYSTEM.
* configure.host: define HAVE_SYSTEM and HAVE_RENAME for xscale
targets.

22 years ago2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 29 Apr 2002 19:31:23 +0000 (19:31 +0000)]
2002-04-29  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/sys/unistd.h (pread, pwrite): Added prototypes.
        *  libc/unix/Makefile.am: Add pread.c and pwrite.c.
        *  libc/sys/linux/Makefile.am: Add pread64.c and pwrite64.c.
        *  libc/sys/linux/Makefile.in: Regenerated.
        *  libc/unix/Makefile.in: Ditto.
        *  libc/sys/linux/pread64.c: New file.
        *  libc/sys/linux/pwrite64.c: Ditto.
        *  libc/unix/pread.c: Ditto.
        *  libc/unix/pwrite.c: Ditto.

22 years ago * mkgroup.c (main): Change call to exit() to a return statement.
Corinna Vinschen [Mon, 29 Apr 2002 10:21:54 +0000 (10:21 +0000)]
* mkgroup.c (main): Change call to exit() to a return statement.
* mkpasswd.c (main): Ditto.

* mkpasswd.c (usage): Simplify usage output.  Generalize to allow use
for help. Correct '?' typo to 'h'.
(longopts): Add version option.
(opts): Add 'v' version option.
(print_version): New function.
(main): Accommodate new version option.  Accommodate usage parameter
changes.

22 years ago2002-04-26 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 26 Apr 2002 23:21:29 +0000 (23:21 +0000)]
2002-04-26  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/sys/linux/Makefile.am: Add io64.c.
        *  libc/sys/linux/Makefile.in: Regenerated.
        *  libc/sys/linux/io.c(mkfifo, fsync, fdatasync): Added syscalls.
        *  libc/sys/linux/signal.c (sigwaitinfo, sigtimedwait): Ditto.
        *  libc/sys/linux/io64.c: New file.

22 years ago2002-04-26 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 26 Apr 2002 20:18:52 +0000 (20:18 +0000)]
2002-04-26  Jeff Johnston  <jjohnstn@redhat.com>

        * configure.in (CC_FOR_NEWLIB): New variable that
        bases on $(CC) and adds targ-include and libc/include as
        -isystem directives if they are not already part of $(CC).
        * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal
        $(CC_FOR_NEWLIB).
        * configure: Regenerated.
        * Makefile.in: Ditto.

22 years ago* configure.in: Remove cinstall target.
Christopher Faylor [Thu, 25 Apr 2002 23:19:28 +0000 (23:19 +0000)]
* configure.in: Remove cinstall target.
* Makefile.in: Ditto.
* configure: Regenerate.

22 years ago2002-04-25 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 25 Apr 2002 22:12:10 +0000 (22:12 +0000)]
2002-04-25  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/sys/linux/Makefile.am: Add support for sched.c.
        *  libc/sys/linux/Makefile.in: Regenerated.
        *  libc/sys/linux/sched.c: New file.
        *  libc/sys/linux/sys/types.h: Add struct timespec.

22 years ago * configure.in (CC_FOR_BUILD): Set to gcc whether
Thomas Fitzsimmons [Thu, 25 Apr 2002 18:12:38 +0000 (18:12 +0000)]
* configure.in (CC_FOR_BUILD): Set to gcc whether
cross-compiling or not.
(CC): Add -isystem's for targ-include and libc/include when they
do not already appear in CC.

22 years ago2002-04-24 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 25 Apr 2002 12:46:16 +0000 (12:46 +0000)]
2002-04-24  Elena Zannoni  <ezannoni@redhat.com>

* dwarf2.h: Add DW_AT_GNU_vector.

22 years ago * Makefile.am (check-DEJAGNU): New target.
Thomas Fitzsimmons [Wed, 24 Apr 2002 20:53:30 +0000 (20:53 +0000)]
* Makefile.am (check-DEJAGNU): New target.
(site.exp): Likewise.
* acinclude.m4 (NEWLIB_CONFIGURE): Replace AC_CANONICAL_HOST
with AC_CANONICAL_SYSTEM.  Remove AC_CANONICAL_BUILD.
* libc/locale/locale.c (_setlocale_r): Add UTF-8 support.
* libc/stdlib/mbtowc_r.c (_mbtowc_r): Likewise.
* libc/stdlib/wctomb_r.c (_wctomb_r): Likewise.
* testsuite: New directory.
* testsuite/config: Likewise.
* testsuite/lib: Likewise.
* testsuite/newlib.locale: Likewise.
* testsuite/newlib.string: Likewise.
* testsuite/config/default.exp: New file.
* testsuite/lib/checkoutput.exp: New file.
* testsuite/lib/newlib.exp: New file.
* testsuite/lib/passfail.exp: New file.
* testsuite/newlib.locale/UTF-8.c: New file.
* testsuite/newlib.locale/UTF-8.exp: New file.
* testsuite/newlib.locale/locale.exp: New file.
* testsuite/newlib.string/string.exp: New file.
* testsuite/newlib.string/tstring.c: New file.

22 years ago2002-04-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 23 Apr 2002 21:33:41 +0000 (21:33 +0000)]
2002-04-23  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.
        *  libc/sys/linux/Makefile.am: Add support for mmap.c.
        *  libc/sys/linux/Makefile.in: Regenerated.
        *  libc/sys/linux/mmap.c: New file.
        *  libc/sys/linux/machine/i386/syscall.h: Add _syscall6 macro.
        *  libc/sys/linux/sys/types.h (pid_t, off_t, loff_t): Added.

22 years ago2002-04-22 Jos� Fonseca <jrfonseca@users.sf.net>
Earnie Boyd [Mon, 22 Apr 2002 23:19:36 +0000 (23:19 +0000)]
2002-04-22  Jos� Fonseca  <jrfonseca@users.sf.net>

* include/GL/gl.h: New file.
* include/GL/glext.h: Ditto.
* include/GL/glu.h: Ditto.

22 years ago * acinclude.m4 (newlib_cflags): Remove include directories that
Thomas Fitzsimmons [Mon, 22 Apr 2002 18:34:39 +0000 (18:34 +0000)]
* acinclude.m4 (newlib_cflags): Remove include directories that
are already specified in the top-level configure.in's FLAGS_FOR_TARGET.

22 years ago * include/mbstring.h: New file.
Danny Smith [Sat, 20 Apr 2002 13:50:04 +0000 (13:50 +0000)]
* include/mbstring.h: New file.
* include/mbctype.h: New file.

Correct some email address dyslexia.

22 years ago * include/tchar.h (_tputenv): Add UNICODE mappings.
Danny Smith [Sat, 20 Apr 2002 05:13:20 +0000 (05:13 +0000)]
* include/tchar.h (_tputenv): Add UNICODE mappings.
(_tsearchenv): Likewise.
(_tmakepath): Likewise.
(_tsplitpath): Likewise.
(_tfullpath): Likewise.
(__TEXT): Make same as define in w32api/include/winnt.h.

22 years ago * include/tchar.h (_tputenv): Add UNICODE mappings.
Danny Smith [Sat, 20 Apr 2002 05:05:50 +0000 (05:05 +0000)]
* include/tchar.h (_tputenv): Add UNICODE mappings.
(_tsearchenv): Likewise.
(_tmakepath): Likewise.
(_tsplitpath): Likewise.
(_tfullpath): Likewise.
(__TEXT): Make same as define in w32api/include/winnt.h.

22 years ago2002-04-19 Bill Siegmund
Jeff Johnston [Sat, 20 Apr 2002 00:29:51 +0000 (00:29 +0000)]
2002-04-19  Bill Siegmund

        * libc/machine/xscale/memchr.c: Don't use multi-line strings.
        * libc/machine/xscale/memcmp.c: Ditto.
        * libc/machine/xscale/memcpy.c: Ditto.
        * libc/machine/xscale/memmove.c: Ditto.
        * libc/machine/xscale/memset.c: Ditto.
        * libc/machine/xscale/strchr.c: Ditto.
        * libc/machine/xscale/strcmp.c: Ditto.
        * libc/machine/xscale/strcpy.c: Ditto.
        * libc/machine/xscale/strlen.c: Ditto.

22 years ago2002-04-19 Alexandre Oliva <aoliva@redhat.com>
Jeff Johnston [Fri, 19 Apr 2002 23:52:48 +0000 (23:52 +0000)]
2002-04-19  Alexandre Oliva  <aoliva@redhat.com>

        * libc/include/sys/config.h: Remove include of <limits.h>.
        (__INT_MAX__, __LONG_MAX__): Define like GCC's limits.h would
        define INT_MAX and LONG_MAX.  Use them in tests.

22 years ago2002-04-19 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 19 Apr 2002 19:16:22 +0000 (19:16 +0000)]
2002-04-19  Jeff Johnston  <jjohnstn@redhat.com>

        *  configure.host: Add support for powerpc-eabialtivec*.
        *  libc/include/malloc.h: Add include of <machine/malloc.h>.
        *  libc/include/stdlib.h: Add include of <machine/stdlib.h>.
        *  libc/include/machine/malloc.h: New file.
        *  libc/include/machine/stdlib.h: Ditto.
        *  libc/include/machine/setjmp.h: Add support for powerpc altivec.
        *  libc/machine/powerpc/Makefile.am: Add conditional objects and
        sources based on configuration.
        *  libc/machine/powerpc/Makefile.in: Regenerated.
        *  libc/machine/powerpc/configure: Ditto.
        *  libc/machine/powerpc/configure.in: Add check for
        powerpc-eabialtivec* in which case add in additional source files.
        *  libc/machine/powerpc/setjmp.S: Add altivec support.
        *  libc/machine/powerpc/vec_calloc.c: New file.
        *  libc/machine/powerpc/vec_free.c: Ditto.
        *  libc/machine/powerpc/vec_malloc.c: Ditto.
        *  libc/machine/powerpc/vec_mallocr.c: Ditto.
        *  libc/machine/powerpc/vec_realloc.c: Ditto.
        *  libc/machine/powerpc/machine/malloc.h: Ditto.
        *  libc/machine/powerpc/machine/stdlib.h: Ditto.
        *  libc/machine/powerpc/vfprintf.c: New file that is vfprintf.c
        with added altivec format specifiers.
        *  libc/machine/powerpc/vfscanf.c: New file that is vfscanf.c with
        added altivec format specifiers.

22 years ago2002-04-19 Joel Sherrill <joel@OARcorp.com>
Joel Sherrill [Fri, 19 Apr 2002 18:53:40 +0000 (18:53 +0000)]
2002-04-19 Joel Sherrill <joel@OARcorp.com>

* libs/sys/rtems/crt0.c: Satisfy gcc's references to libc functions
while autoconf is trying to link main(){}.

22 years agosync from gcc
DJ Delorie [Fri, 19 Apr 2002 17:36:40 +0000 (17:36 +0000)]
sync from gcc
2002-04-18  Tom Tromey  <tromey@redhat.com>

* configure.in: Disallow configuring libgcj when it is already
installed and we're using Solaris 2.8 linker.  Do enable libgcj on
Solaris 2.8 by default.  For PR libgcj/6158.

22 years ago2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
DJ Delorie [Fri, 19 Apr 2002 17:28:04 +0000 (17:28 +0000)]
2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>

* config/mh-a68bsd: clean out dead code
* config/mh-apollo68: clean out dead code
* config/mh-cxux: clean out dead code
* config/mh-decstation: clean out dead code
* config/mh-dgux: clean out dead code
* config/mh-dgux386: clean out dead code
* config/mh-hp300: clean out dead code
* config/mh-hpux: clean out dead code
* config/mh-hpux8: clean out dead code
* config/mh-interix: clean out dead code
* config/mh-irix4: clean out dead code
* config/mh-lynxrs6k: clean out dead code
* config/mh-mingw32: clean out dead code
* config/mh-ncr3000: clean out dead code
* config/mh-ncrsvr43: clean out dead code
* config/mh-necv4: clean out dead code
* config/mh-openedition: clean out dead code
* config/mh-riscos: clean out dead code
* config/mh-sco: clean out dead code
* config/mh-sysv4: clean out dead code
* config/mh-lynxos: removed, contained only dead code
* config/mh-vaxult2: removed, contained only dead code
* config/mh-sun3: removed, contained only dead code
* configure.in: remove references to dead files

22 years agorevert patch
Christopher Faylor [Fri, 19 Apr 2002 14:42:20 +0000 (14:42 +0000)]
revert patch

22 years ago2002-04-16 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins [Fri, 19 Apr 2002 12:46:19 +0000 (12:46 +0000)]
2002-04-16  Thomas Pfaff  <tpfaff@gmx.net>

        * dll_init.h (per_process::dtors_run): New member.
        * dll_init.cc (per_module::run_dtors): Run dtors only once.
        (dll::init): Initialize dtors_run flag.

22 years ago * dirent.c (opendir): Convert given pathname to
Danny Smith [Thu, 18 Apr 2002 10:32:27 +0000 (10:32 +0000)]
* dirent.c (opendir): Convert given pathname to
absolute pathname.

22 years ago * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes for
Corinna Vinschen [Thu, 18 Apr 2002 09:11:54 +0000 (09:11 +0000)]
* security.cc (get_lsa_srv_inf): Prevent extraneous backslashes for
the NT Domain case.

22 years ago2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 17 Apr 2002 21:38:47 +0000 (21:38 +0000)]
2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/signal.c: Remove include of <bits/sigset.h>.
        * libc/sys/linux/sys/signal.h: Add include of <bits/sigset.h>.

22 years ago2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 17 Apr 2002 21:37:07 +0000 (21:37 +0000)]
2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/time/time.tex: Add tzset info.

22 years ago2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 17 Apr 2002 21:23:31 +0000 (21:23 +0000)]
2002-04-17  Jeff Johnston  <jjohnstn@redhat.com>

        *  libc/include/time.h (tzset, _tzset_r): Added prototypes.
        (strptime): Moved prototype to be within !__STRICT_ANSI__.
        (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
        (tzname): Defined for all platforms.
        (daylight, timezone): Defined only for CYGWIN.
        *  libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
        environment set up.
        * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
        environment variable is set.
        *  libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
        tzset_r.c.
        *  libc/time/Makefile.in: Regenerated.
        *  libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
        *  libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
        *  libc/time/lcltime_r.c (lcltime_r): Ditto.
        *  libc/time/local.h: New local header file.
        *  libc/time/mktime.c (mktime): Add timezone support.
        *  libc/time/mktm_r.c: New file which is the common engine
        for gmtime_r and lcltime_r.  This code has timezone support.
        *  libc/time/strftime.c (strftime): Add %Z timezone support.
        *  libc/time/tzlock.c: New file containing timezone lock stubs.
        *  libc/time/tzset.c: New file containing tzset() routine.
        *  libc/time/tzset_r.c: New file containing _tzset_r and
        internal routine for calculating timezone changes for specified year.

22 years ago* configure.in: Move default CC setting out of config/mh-* fragments
DJ Delorie [Wed, 17 Apr 2002 20:45:12 +0000 (20:45 +0000)]
* configure.in:  Move default CC setting out of config/mh-* fragments
directly into here.

22 years ago* configure.in: don't even try to configure or make a subdirectory
DJ Delorie [Wed, 17 Apr 2002 20:24:22 +0000 (20:24 +0000)]
* configure.in: don't even try to configure or make a subdirectory
if there's no configure script for it.

22 years ago * configure.in (CRT0_DIR): Set to libc/.
Thomas Fitzsimmons [Wed, 17 Apr 2002 19:13:11 +0000 (19:13 +0000)]
* configure.in (CRT0_DIR): Set to libc/.
(CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
* Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
$(CRT0_DIR)$(CRT0) to prevent make warnings.  Likewise for
$(CRT1_DIR)/$(CRT1).
* libc/machine/xstormy16/Makefile.in: Regenerated.
* libc/machine/xstormy16/aclocal.m4: Regenerated.
* libc/machine/xstormy16/configure: Regenerated.

22 years ago2002-04-17 Joel Sherrill <joel@OARcorp.com>
Jeff Johnston [Wed, 17 Apr 2002 19:10:37 +0000 (19:10 +0000)]
2002-04-17  Joel Sherrill <joel@OARcorp.com>

        * debug.h: Change mem_err to volatile to match definition in
        debug.c.

22 years ago2002-04-17 Joel Sherrill <joel@OARcorp.com>
Joel Sherrill [Wed, 17 Apr 2002 17:29:02 +0000 (17:29 +0000)]
2002-04-17 Joel Sherrill <joel@OARcorp.com>

* sparc/cygmon-salib.c, sparc/erc32-stub.c: Don't use multi-line
strings.

22 years agomerge from gcc
DJ Delorie [Wed, 17 Apr 2002 01:03:04 +0000 (01:03 +0000)]
merge from gcc

22 years ago2002-04-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 16 Apr 2002 19:10:48 +0000 (19:10 +0000)]
2002-04-16  Jeff Johnston  <jjohnstn@redhat.com>

        * m68k/configure.in: Change to use LIB_AC_PROG_CC instead
        of AC_PROG_CC to avoid building an executable in configuration.
        * m68k/configure: Regenerated.

22 years ago* MAINTAINERS: Remove chill maintainers.
DJ Delorie [Mon, 15 Apr 2002 21:53:07 +0000 (21:53 +0000)]
* MAINTAINERS: Remove chill maintainers.
* Makefile.in (CHILLFLAGS): Remove.
(CHILL_LIB): Remove.
(TARGET_CONFIGDIRS): Remove libchill.
(CHILL_FOR_TARGET): Remove.
(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
CHILL_LIB.
(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-libchill): Remove.
(all-target-libchill): Remove.
* configure.in (target_libs): Remove target-libchill.
Do not compute CHILL_FOR_TARGET.
* libchill: Remove directory.

22 years ago * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
Keith Seitz [Mon, 15 Apr 2002 21:33:07 +0000 (21:33 +0000)]
    * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
        too.
        (CYG_AC_PATH_TKCONFIG): Likewise.

22 years agoSync with gcc
DJ Delorie [Mon, 15 Apr 2002 21:18:09 +0000 (21:18 +0000)]
Sync with gcc

22 years ago2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>
Jeff Johnston [Mon, 15 Apr 2002 20:45:59 +0000 (20:45 +0000)]
2002-04-15  Hans-Peter Nilsson  <hp@bitrange.com>

        * d30v/syscalls.c: #include <time.h>.  Don't use multi-line
        strings.

22 years ago2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>
Jeff Johnston [Mon, 15 Apr 2002 19:53:34 +0000 (19:53 +0000)]
2002-04-15  Hans-Peter Nilsson  <hp@bitrange.com>

        * m32r/trapmon0.c (__trap0): Don't use multi-line strings.

22 years agoremove obsolete comment.
Christopher Faylor [Mon, 15 Apr 2002 19:23:27 +0000 (19:23 +0000)]
remove obsolete comment.

22 years ago* libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
Alexandre Oliva [Sat, 13 Apr 2002 10:27:02 +0000 (10:27 +0000)]
* libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
fails, don't bail out, and try to correct next time.

22 years ago* libc/include/sys/config.h: Include limits.h.
Alexandre Oliva [Sat, 13 Apr 2002 10:10:03 +0000 (10:10 +0000)]
* libc/include/sys/config.h: Include limits.h.

22 years ago2002-04-12 Eric Norum <eric.norum@usask.com>
Jeff Johnston [Fri, 12 Apr 2002 21:12:19 +0000 (21:12 +0000)]
2002-04-12  Eric Norum  <eric.norum@usask.com>

        * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
        routine to allow autoconf to determine that building executables
        for rtems works.
        (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
        (rtems_gxx_mutex_once): Ditto.

22 years ago * net.cc (cygwin_accept): Set socket type for accepted socket.
Corinna Vinschen [Fri, 12 Apr 2002 14:52:36 +0000 (14:52 +0000)]
* net.cc (cygwin_accept): Set socket type for accepted socket.
(socketpair): Set socket type for both sockets.

From Egor Duda <deo@logos-m.ru>:

* fhandler.h (class fhandler_socket): New member to store socket type.
(fhandler_socket::get_socket_type): Access it.
(fhandler_socket::set_socket_type): Ditto.
* net.cc (cygwin_socket): Store socket type.
(cygwin_connect): Disable security checks for connectionless sockets.
(cygwin_accept): Ditto.

22 years agosync with gcc
DJ Delorie [Fri, 12 Apr 2002 01:23:53 +0000 (01:23 +0000)]
sync with gcc
2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>

* acinclude.m4: Fix spelling error of "separate" as "seperate".

2001-05-22  Jason Merrill  <jason_merrill@redhat.com>

* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.

2001-01-27  Richard Henderson  <rth@redhat.com>

* mt-alphaieee: New file.

2001-01-02  Laurynas Biveinis  <lauras@softhome.net>

* mh-djgpp: do not set CFLAGS.

2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>

* mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
modify 'gcc_version'.

2000-07-21  Andrew Haley  <aph@cygnus.com>

* mh-ia64pic: New file.
* mt-ia64pic: New file.

22 years agoreorder cmpsd, movsd
Alan Modra [Thu, 11 Apr 2002 11:58:30 +0000 (11:58 +0000)]
reorder cmpsd, movsd

This page took 0.070033 seconds and 5 git commands to generate.