Corinna Vinschen
d055ecb08f
* path.cc (hash_path_name): Improve hash function strength.
2002-05-02 16:46:12 +00:00
Robert Collins
6396bad848
missed a conflict indicator
2002-05-02 11:27:15 +00:00
Robert Collins
37143995da
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.
2002-05-02 11:26:22 +00:00
Danny Smith
4c956a7c0f
* 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.
2002-05-02 08:41:03 +00:00
Danny Smith
08d528a57c
* include/winnt.h (THREAD_PRIORITY_*): Remove defines.
...
Add TIMER_* to last ChangeLog entry.
2002-05-02 05:59:56 +00:00
Christopher Faylor
c477dccfa8
add new files
2002-05-02 04:26:05 +00:00
Christopher Faylor
7a90892d0c
add comment
2002-05-02 04:14:40 +00:00
Christopher Faylor
291be3076b
* 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.
2002-05-02 04:13:48 +00:00
Danny Smith
e1377e380f
* include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
...
SEMAPHORE_*, MUTEX_*): Add new defines.
2002-05-02 03:49:43 +00:00
Christopher Faylor
0d0fdc8d62
* utmp.h: Define more UNIX constants.
2002-05-02 00:59:39 +00:00
Thomas Fitzsimmons
dc60c22eae
* configure.in (noconfigdirs): Replace [ ] with test.
2002-05-01 21:32:32 +00:00
Thomas Fitzsimmons
d9a0f9d87e
* configure.in (noconfigdirs): Do not add target-newlib if
...
target == i[3456]86-*-linux*, and host == target.
2002-05-01 20:42:00 +00:00
Christopher Faylor
fee93846d6
* include/cygwin/types.h: Include <sys/sysmacros.h>.
2002-05-01 20:26:33 +00:00
Thomas Fitzsimmons
0717f01c4e
* Makefile.am: Add support for checking multilibs.
2002-05-01 20:26:05 +00:00
Thomas Fitzsimmons
098414456c
* 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.
2002-05-01 18:44:13 +00:00
Thomas Fitzsimmons
6e9d950a91
* Add flags.exp.
2002-05-01 17:06:25 +00:00
Thomas Fitzsimmons
1e997c5625
* 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.
2002-05-01 17:05:44 +00:00
Danny Smith
2a71c1d299
* include/commctrl.h (SNDMSG): Define and use throughout
...
in other macros instead of SendMessage.
* include/commdlg.h (SNDMSG): Ditto.
2002-05-01 01:10:51 +00:00
Thomas Fitzsimmons
f6bdb6f976
* testsuite/lib/newlib.exp (newlib_target_compile): Change
...
method of finding libgloss_target_dir.
2002-04-30 23:10:21 +00:00
Thomas Fitzsimmons
4cf4f010fb
* 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.
2002-04-30 22:38:07 +00:00
Thomas Fitzsimmons
bfc27bae1a
* Various formatting and whitespace changes.
2002-04-30 18:23:40 +00:00
Mark Mitchell
1bf83a86f6
* config.guess: Updated to 2002-04-26's version.
...
* config.sub: Updated to 2002-04-26's version.
2002-04-30 17:40:45 +00:00
DJ Delorie
06d55382e6
* 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
2002-04-30 03:30:24 +00:00
DJ Delorie
c9a2804921
* configure.in: replace '[' with 'test'
2002-04-30 03:17:27 +00:00
DJ Delorie
ac1361c424
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
...
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2002-04-30 02:49:33 +00:00
DJ Delorie
297263616c
* configure.in: Eliminate references to gash.
...
* Makefile.in: Eliminate references to gash.
2002-04-30 02:42:31 +00:00
DJ Delorie
60851e839a
* 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.
2002-04-30 02:34:18 +00:00
DJ Delorie
7d803b4ea8
* configure.in: Remove useless references to 'pic' makefile fragments.
2002-04-30 02:28:43 +00:00
DJ Delorie
112db3b05a
* configure.in: (*-*-windows*) Finish removing.
2002-04-30 02:19:55 +00:00
DJ Delorie
41c3e8455a
* configure.in: Eliminate redundant test for libgui.
2002-04-30 02:14:16 +00:00
Jeff Johnston
83096ae833
2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
...
* libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.
2002-04-29 22:33:10 +00:00
Jonathan Larmour
588f16bb29
Fix trivial typo in last change
2002-04-29 21:52:36 +00:00
Jonathan Larmour
6990dc5f3b
* 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.
2002-04-29 21:51:25 +00:00
Jonathan Larmour
822afa537a
* 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.
2002-04-29 21:49:56 +00:00
Jeff Johnston
29798f0d57
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.
2002-04-29 19:31:23 +00:00
Corinna Vinschen
eccebec08d
* 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.
2002-04-29 10:21:54 +00:00
Jeff Johnston
557856bdd9
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.
2002-04-26 23:21:29 +00:00
Jeff Johnston
7b2b12d51b
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.
2002-04-26 20:18:52 +00:00
Christopher Faylor
b807c4ad01
* configure.in: Remove cinstall target.
...
* Makefile.in: Ditto.
* configure: Regenerate.
2002-04-25 23:19:28 +00:00
Jeff Johnston
c62adaccc7
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.
2002-04-25 22:12:10 +00:00
Thomas Fitzsimmons
217ad4a0b1
* 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.
2002-04-25 18:12:38 +00:00
Elena Zannoni
e1a6dac2af
2002-04-24 Elena Zannoni <ezannoni@redhat.com>
...
* dwarf2.h: Add DW_AT_GNU_vector.
2002-04-25 12:46:16 +00:00
Thomas Fitzsimmons
eaa75b70e3
* 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.
2002-04-24 20:53:30 +00:00
Jeff Johnston
b9f9f69937
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.
2002-04-23 21:33:41 +00:00
Earnie Boyd
54492ef5c6
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.
2002-04-22 23:19:36 +00:00
Thomas Fitzsimmons
7394edbb2e
* acinclude.m4 (newlib_cflags): Remove include directories that
...
are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
2002-04-22 18:34:39 +00:00
Danny Smith
cb699ad770
* include/mbstring.h: New file.
...
* include/mbctype.h: New file.
Correct some email address dyslexia.
2002-04-20 13:50:04 +00:00
Danny Smith
97b6ae270d
* 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.
2002-04-20 05:13:20 +00:00
Danny Smith
1cbcda2e6c
* 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.
2002-04-20 05:05:50 +00:00
Jeff Johnston
59be22909b
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.
2002-04-20 00:29:51 +00:00