Commit Graph

  • 0812076923 * lib/shell32.def (SHGetFolderPath[AW]): Add comment. * lib/shfolder.def: New file. Danny Smith 2002-09-16 10:28:16 +0000
  • fbf3d133ce 2002-09-16 Ranjit Matthew <rmathew@hotmail.com> Danny Smith 2002-09-16 09:44:06 +0000
  • 98467dae59 Add final newlines to utils Joshua Daniel Franklin 2002-09-15 19:24:37 +0000
  • 9b566b9695 2002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu> * cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline. Joshua Daniel Franklin 2002-09-15 15:19:49 +0000
  • 53217744a3 fix typo Christopher Faylor 2002-09-13 13:05:52 +0000
  • 3e6ae531dd fix typo Christopher Faylor 2002-09-13 13:01:28 +0000
  • 8934e4707d * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid. (setegid32): Treat ILLEGAL_GID invalid. Corinna Vinschen 2002-09-13 09:00:28 +0000
  • a38b141548 Import chnages from master config repository. Nick Clifton 2002-09-12 15:59:37 +0000
  • a7d222032b Handle DW_OP_GNU_push_tls_address. Synch up with the gcc's dwarf2.h Nick Clifton 2002-09-12 10:35:53 +0000
  • 139b31f7ac * include/sys/time.h (timeval): Add struct definition and associated macros (copied from w32api/include/winsock.h). Danny Smith 2002-09-12 10:34:54 +0000
  • 3f7b89caf1 * include/winsock.h (timeval): Guard struct and associated macros with _TIMEVAL_DEFINED. * include/winsock2.h (timeval): Likewise. Danny Smith 2002-09-12 10:11:05 +0000
  • a861509239 2002-09-11 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-11 18:36:55 +0000
  • 5a8746b732 * grp.cc (initgroups): Call groups::clear_supp to free the supplementary group sids that may have been set by setgroups. * security.cc (cygsidlist::free_sids): Also zero the class members. * security.h (groups::clear_supp): New. Rename cygsidlist_unknown to cygsidlist_empty. Corinna Vinschen 2002-09-11 10:37:11 +0000
  • 22f8000733 * ntsec.html: Add chapter for switching user context w/o password. Corinna Vinschen 2002-09-11 08:39:04 +0000
  • 848791f9bc * lib/shell32.def: Add missing stubs. Danny Smith 2002-09-11 00:10:13 +0000
  • e9cd55aa5e * test commit Frank Ch. Eigler 2002-09-10 19:04:38 +0000
  • 596f5af5eb 2002-09-10 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-10 19:02:38 +0000
  • be83844e4c 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-10 00:46:45 +0000
  • 9c64d2a7ba 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-09 21:42:14 +0000
  • b0591c89af 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-09 20:57:01 +0000
  • 02fa38279f * fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output handles since they are not properly manipulated later. * tty.cc (tty::make_pipes): Ditto. Christopher Faylor 2002-09-08 19:35:41 +0000
  • de3387b304 * include/windef.h (WINVER): Add documentation. (_WIN32_WINNT): Ditto. Special thanks to Paul Schmidt <paul@tricattechnologies.com> Earnie Boyd 2002-09-07 16:47:35 +0000
  • 218b7a5638 2002-09-06 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-06 15:45:58 +0000
  • 788d78be79 whitespace Christopher Faylor 2002-09-06 04:39:49 +0000
  • 4898f75e37 * winsup.h (_WIN32_WINNT): Protect. Christopher Faylor 2002-09-06 04:30:46 +0000
  • 5c0469b45c * winsup.h (_WIN32_WINNT): Define. Christopher Faylor 2002-09-06 04:21:30 +0000
  • 53a514ef33 * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666. Danny Smith 2002-09-06 03:24:06 +0000
  • c210a6ea06 2002-09-05 Kazuhiro Fujieda <fujieda@jaist.ac.jp> Jeff Johnston 2002-09-05 15:26:42 +0000
  • 6f28fb6195 * include/_mingw.h: Increment version to 2.3. Makefile.in: Ditto. Earnie Boyd 2002-09-05 14:27:29 +0000
  • 31736d1768 * mingwex/fegetenv.c: Change to \n line endings. * mingwex/vsnprintf.c: Ditto. * mingwex/vsnwprintf.c: Ditto. Earnie Boyd 2002-09-05 11:51:26 +0000
  • 1730adee69 2002-09-04 Kevin Chase <kevincha99@hotmail.com> Danny Smith 2002-09-04 22:20:52 +0000
  • ca3a1a6b67 2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp> Jeff Johnston 2002-09-04 18:17:55 +0000
  • efa077ce22 2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp> Jeff Johnston 2002-09-04 18:16:55 +0000
  • ca558bf047 some edits Christopher Faylor 2002-09-04 15:17:24 +0000
  • 090b3abf87 first draft Christopher Faylor 2002-09-04 15:14:14 +0000
  • 3947b56661 fix typo Christopher Faylor 2002-09-04 14:56:56 +0000
  • 03dc3df581 * Makefile.in (DLL_OFILES): Drop shortcut.o. * path.cc: Move all shortcut functions from shortcut.c to here. (check_shortcut): Implement without using COM interface. * path.h: Move definition of SHORTCUT_HDR_SIZE to here. * shortcut.c: Remove. * shortcut.h: Ditto. Corinna Vinschen 2002-09-04 13:11:29 +0000
  • c309557a9f Have objdump's --help switch document PPC -M options. Nick Clifton 2002-09-04 10:08:07 +0000
  • 4d147a03bd * fhandler.h (fhandler_socket::read): Remove method. (fhandler_socket::write): Ditto. (fhandler_socket::readv): New method. (fhandler_socket::writev): Ditto. (fhandler_socket::recvmsg): Add new optional argument. (fhandler_socket::sendmsg): Ditto. * fhandler.cc (fhandler_socket::read): Remove method. (fhandler_socket::write): Ditto. (fhandler_socket::readv): New method. (fhandler_socket::writev): Ditto. (fhandler_socket::recvmsg): Use win32's scatter/gather IO where possible. (fhandler_socket::sendmsg): Ditto. * net.cc (cygwin_recvmsg): Check the msghdr's iovec fields. (cygwin_sendmsg): Ditto. Add omitted sigframe. Corinna Vinschen 2002-09-04 09:39:35 +0000
  • 3573883f9d 2002-09-03 Ren� M�ller Fonseca <fonseca@users.sourceforge.net> Danny Smith 2002-09-03 22:29:11 +0000
  • e4b0ebc1d3 2002-09-03 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-03 19:52:10 +0000
  • 3db40db7d8 2002-09-03 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-03 19:40:36 +0000
  • 20fb0cc513 * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard. Earnie Boyd 2002-09-03 16:25:54 +0000
  • 4a311951a5 * cygwin.din: Revert exporting new wchar functions. * include/cygwin/version.h: Change comment for API minor 62. Corinna Vinschen 2002-09-03 12:26:51 +0000
  • bdfeb17915 * dcrt0.cc (dll_crt0_1): Remove getpagesize() call. * shared.cc (memory_init): Move it here. Christopher Faylor 2002-09-02 06:00:59 +0000
  • 169618f29f * mingwex/math/hypotl.c: Replace with version based on cephes library. Danny Smith 2002-09-02 03:00:37 +0000
  • c8bef40026 * fhandler_proc.cc: Add <sys/param.h> include. (format_proc_uptime): Use KernelTime and UserTime only as they include the other counters. (format_proc_stat): KernelTime includes IdleTime, so subtract IdleTime from KernelTime. Make number of 'jiffies' per second same as HZ define. * fhandler_process.cc: Add <sys/param.h> include. (format_process_stat): Make number of 'jiffies' per second same as HZ define. Use KernelTime and UserTime only to calculate start_time. Christopher Faylor 2002-08-31 16:37:51 +0000
  • af598a3b09 * fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't need ready for read" flag. (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0. Christopher Faylor 2002-08-31 03:41:43 +0000
  • 7a1174dcf2 (inspired by a patch from Egor Duda) * select.cc (fhandler_tty_slave::ready_for_read): Remove. * fhandler.h (fhandler_tty_slave::ready_for_read): Remove declaration. * fhandler_tty.cc (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0. * autoload.cc (GetConsoleWindow): Correct parameter count. Christopher Faylor 2002-08-31 03:35:50 +0000
  • f80e156de9 Christopher Faylor <cgf@redhat.com> * tty.cc (tty_list::allocate_tty): Use GetConsoleWindow, if available. Call FindWindow in a loop. Christopher Faylor 2002-08-30 16:03:52 +0000
  • 91edb60487 * include/wincon.h: Define GetConsoleWindow(void). Christopher Faylor 2002-08-30 15:58:06 +0000
  • ab7f9b938f * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length iov_len. (check_iovec_for_write): Ditto. * fhandler.h (fhandler_base::readv): New method. (fhandler_base::writev): Ditto. * fhandler.cc (fhandler_base::readv): New method. (fhandler_base::writev): Ditto. * syscalls.cc (_read): Delegate to readv(2). (_write): Ditto, mutatis mutandi. (readv): Rewrite, based on the old _read code, to use the new fhandler_base::readv method. Improve access mode handling and ensure all calls reach the final strace statement. (writev): Ditto, mutatis mutandi. * include/sys/uio.h (struct iovec): Change field types to match SUSv3. * winsup.h (check_iovec_for_read): New function. (check_iovec_for_write): Ditto. * miscfuncs.cc (check_iovec_for_read): Ditto. (check_iovec_for_write): Ditto. Christopher Faylor 2002-08-30 15:47:10 +0000
  • 70c306d781 Sigh, mbsrtowcs was still missing... Corinna Vinschen 2002-08-30 13:30:26 +0000
  • aabdc97a4c * cygwin.din: Add more prototypes for new wchar functions in newlib. Corinna Vinschen 2002-08-30 13:01:58 +0000
  • b50a2f29aa * cygwin.din: Add prototypes for new wchar functions in newlib. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2002-08-30 12:18:56 +0000
  • 9dc81046dd * how-api.texinfo: Remove a line from the CRLF discussion about lseek not working. Answer thread safe question more simply. Christopher Faylor 2002-08-30 00:42:19 +0000
  • cd45f029c2 * libc/sys/linux/argp: New directory. * libc/sys/linux/getopt.c: New file. * libc/sys/linux/getopt1.c: New file. * libc/sys/linux/getoptlong.c: Remove file. * libc/sys/linux/include/argp.h: New file. * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB, based on ELIX level. (SUBDIRS): Add argp_dir. (SUBLIBS): Add ARGP_LIB. (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove getopt_long.$(oext). * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile. Thomas Fitzsimmons 2002-08-29 23:53:06 +0000
  • 3c6891852a 2002-08-29 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-29 19:47:43 +0000
  • 890e7a1d1a 2002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp> Jeff Johnston 2002-08-29 19:38:25 +0000
  • 86620e2190 2002-08-29 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-29 15:32:08 +0000
  • 7382e593a0 * poll.cc (poll): Peek sockets ready for read to see if there's actually data. Corinna Vinschen 2002-08-29 09:41:00 +0000
  • edb983c141 Add linker relaxation to v850 toolchain Nick Clifton 2002-08-29 06:49:35 +0000
  • d4d59223ed * cygthread.cc (hthreads): Remove unneeded global. (cygthread::simplestub): New static member function. (cygthread::runner): Don't set hthreads. (cygthread::freerange): New member function. (cygthread::operator new): Call freerange if all cygwin slots are used up. (cygthread::exit_thread): Don't mess with event if freerange thread. (cygthread::detach): Ditto. * cygthread.h (class cygthread): Declare new member functions and variables. Christopher Faylor 2002-08-29 03:33:50 +0000
  • 64508b36f9 remove Christopher Faylor 2002-08-29 02:15:26 +0000
  • f3741c2701 2002-08-28 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-29 00:22:10 +0000
  • 48da61f5bb 2002-08-28 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-28 23:42:53 +0000
  • 1a48bbb9b8 * include/w32api.h: Increment version to 2.1. * Makefile.in: Ditto. Earnie Boyd 2002-08-28 22:26:46 +0000
  • 933ba4b187 * include/sys/param.h: Add ENDIAN defines. * test_headers.c: Include sys/param.h. Danny Smith 2002-08-28 21:24:59 +0000
  • 4053143834 remove Christopher Faylor 2002-08-28 18:24:57 +0000
  • d82a94ace4 2002-08-28 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-28 17:58:44 +0000
  • 78dd8bdd12 * malloc.cc: Protect some definitions to avoid a compile time warning. Christopher Faylor 2002-08-28 16:08:09 +0000
  • 9c50dc14a9 * calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlocked and putchar_unlocked. Corinna Vinschen 2002-08-28 10:53:55 +0000
  • 75d01d9e3b * cygwin.din: Export getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked functions. * include/cygwin/version.h: Bump api minor. Corinna Vinschen 2002-08-28 10:50:27 +0000
  • 9114ed2c29 Add TMS320C4x support Nick Clifton 2002-08-28 10:38:49 +0000
  • 281d8a3232 * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags not understood by WinSock. (fhandler_socket::sendto): Ditto. If WinSock sendto() returns WSAESHUTDOWN, change errno to EPIPE and raise SIGPIPE if MSG_NOSIGNAL isn't set in flags. * include/cygwin/socket.h: Define MSG_WINMASK and MSG_NOSIGNAL. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2002-08-28 10:18:20 +0000
  • 667599f478 * poll.cc (poll): Eliminate erroneous POLLERR conditional. Corinna Vinschen 2002-08-28 09:29:42 +0000
  • 5bbbbfba55 * test_headers.c: Don't include varargs.h. * Makefile.in (test_headers): Don't use -std=xx with -xc++. Test -std=gnu89, gnu99 also. Danny Smith 2002-08-28 03:57:16 +0000
  • 09df858c35 fragging mumble bruggum newlib Christopher Faylor 2002-08-28 00:30:49 +0000
  • 7d08241b68 2002-08-27 Egor Duda <deo@logos-m.ru> Jeff Johnston 2002-08-27 21:20:10 +0000
  • ff2bf8523b 2002-08-27 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-27 20:30:15 +0000
  • 8da1639b0c 2002-08-27 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-27 20:27:35 +0000
  • 0a64232525 * fhandler_socket.cc (fhandler_socket::check_peer_secret_event): Fix strace message. (fhandler_socket::connect): Remove sigframe. (fhandler_socket::accept): Ditto. (fhandler_socket::getsockname): Ditto. (fhandler_socket::getpeername): Ditto. (fhandler_socket::recvfrom): Ditto. (fhandler_socket::recvmsg): Ditto. (fhandler_socket::sendto): Ditto. (fhandler_socket::sendmsg): Ditto. (fhandler_socket::close): Ditto. (fhandler_socket::ioctl): Ditto. * ioctl.cc (ioctl): Add sigframe. *net.cc (cygwin_sendto): Ditto. (cygwin_recvfrom): Ditto. (cygwin_recvfrom): Ditto. (cygwin_connect): Ditto. (cygwin_shutdown): Ditto. (cygwin_getpeername): Ditto. (cygwin_accept): Ditto. Improve strace message. (cygwin_getsockname): Ditto. Ditto. (cygwin_recvmsg): Ditto. Ditto. (cygwin_sendmsg): Fix strace message. Corinna Vinschen 2002-08-27 09:24:50 +0000
  • 6d8bd861e2 * child_info.h: Add _PROC_WHOOPS enum value. (CURR_CHILD_INFO_MAGIC): Update. (child_info::magic): Make 'long'. * cygheap.h: Export _cygheap_start. * cygheap.cc: Don't declare _cygheap_start. * cygmagic: Use cksum to produce checksums. Append 'U' to end of checksum. * dcrt0.cc (initial_env): Calculate sleep ms before reusing buffer. (_dll_crt0): Detect cygheap mismatch as indicative of different cygwin version. Set child_proc_info to NULL when _PROC_WHOOPS. (multiple_cygwin_problem): If child_info specific problem, then set child_proc_info type to _PROC_WHOOPS. * shared_info.h (CURR_MOUNT_MAGIC): Update. (CURR_SHARED_MAGIC): Ditto. Christopher Faylor 2002-08-27 04:10:54 +0000
  • 4854ee501e 2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com> Danny Smith 2002-08-26 23:33:17 +0000
  • eac48e7ecf 2002-08-26 Casper S. Hornstrup <chorns@users.sourceforge.net> Danny Smith 2002-08-26 22:13:05 +0000
  • 9b487837a5 Fix typo. Jeff Johnston 2002-08-26 20:26:57 +0000
  • a4421c1152 2002-08-26 Wu Yongwei <adah@netstd.com> Jeff Johnston 2002-08-26 19:05:48 +0000
  • 90b65e2d06 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-26 18:56:09 +0000
  • 874ab2d639 * dll.sgml: Remove indirect reference to older gccs. Christopher Faylor 2002-08-26 18:03:40 +0000
  • c250f9145b * fhandler.h (fhandler_socket::recvfrom): Fix prototype. (fhandler_socket::sendto): Ditto. * fhandler_socket.cc (fhandler_socket::recvfrom): Ditto. (fhandler_socket::sendto): Ditto. * include/sys/socket.h (recv): Fix prototype. (recvfrom): Ditto. (send): Ditto. (sendto): Ditto. * net.cc (cygwin_sendto): Ditto. Improve strace message (cygwin_recvfrom): Ditto. Ditto. (cygwin_setsockopt): Improve strace message. (cygwin_getsockopt): Ditto. (cygwin_connect): Ditto. (cygwin_accept): Ditto. (cygwin_bind): Ditto. (cygwin_getsockname): Ditto. (cygwin_getpeername): Ditto. (cygwin_recv): Fix prototype. (cygwin_send): Ditto. (cygwin_recvmsg): Improve strace message. (cygwin_sendmsg): Ditto. Corinna Vinschen 2002-08-26 09:57:27 +0000
  • 38170b13ea * sec_acl.cc (getacl): Check ace_sid == well_known_world_sid before owner_sid and group_sid so that well_known_world_sid means "other" even when owner_sid and/or group_sid are Everyone. * security.cc (get_attribute_from_acl): Created from code common to get_nt_attribute() and get_nt_object_attribute(), with same reordering as in getacl() above. (get_nt_attribute): Call get_attribute_from_acl(). (get_nt_object_attribute): Ditto. Corinna Vinschen 2002-08-26 09:56:06 +0000
  • 2e2b268ce6 * libc/include/malloc.h: On cygwin, define malloc _r functions as wrapper macros to standard malloc functions. * libc/include/stdlib.h: Ditto. * configure.host: Always define MALLOC_PROVIDED on cygwin. Christopher Faylor 2002-08-26 04:33:46 +0000
  • 7200557403 * Makefile.in (cygcheck.exe): Make a -mno-cygwin program. * cygrun.c (main): Export CYGWIN=ntsec unless otherwise set. * shared.cc (shared_name): Only add build date to shared name when *testing*. Christopher Faylor 2002-08-26 04:30:11 +0000
  • 9d89f63486 * Makefile.in (RUNTEST): Use Makefile's srcdir and bupdir* macros, where appropriate. * winsup.api/winsup.exp: Use -nodefaultlibs when linking executable to avoid potentially linking installed dll. Christopher Faylor 2002-08-26 02:53:24 +0000
  • f77cd63642 * Makefile.in (DLL_IMPORTS): Move libuuid.a and libshell32.a to list rather than referring to them via -l. Add DLL imports last in link line for new-cygwin.dll and cygrun.exe. Christopher Faylor 2002-08-25 00:07:10 +0000
  • fa3c05930c 2002-08-23 Andrew Cagney <ac131313@redhat.com> Andrew Cagney 2002-08-23 22:24:57 +0000
  • 75ec38da31 Import config.guess and config.sub. Andrew Cagney 2002-08-23 21:22:39 +0000
  • 02eb4ad4d4 output some newlines. Christopher Faylor 2002-08-23 15:46:00 +0000
  • 8d9112f2f3 * libc/include/langinfo.h: New file. * libc/include/wchar.h: Likewise. * libc/include/sys/syslimits.h: Likewise. * libc/locale/fix_grouping.c: Likewise. * libc/locale/ldpart.c: Likewise. * libc/locale/ldpart.h: Likewise. * libc/locale/lmessages.c: Likewise. * libc/locale/lmessages.h: Likewise. * libc/locale/lmonetary.c: Likewise. * libc/locale/lmonetary.h: Likewise. * libc/locale/lnumeric.c: Likewise. * libc/locale/lnumeric.h: Likewise. * libc/locale/nl_langinfo.3: Likewise. * libc/locale/nl_langinfo.c: Likewise. * libc/locale/timelocal.c: Likewise. * libc/locale/timelocal.h: Likewise. * libc/stdlib/btowc.c: Likewise. * libc/stdlib/mbrlen.c: Likewise. * libc/stdlib/mbrtowc.c: Likewise. * libc/stdlib/mbsinit.c: Likewise. * libc/stdlib/mbsrtowcs.c: Likewise. * libc/stdlib/wcrtomb.c: Likewise. * libc/stdlib/wcsrtombs.c: Likewise. * libc/stdlib/wctob.c: Likewise. * libc/sys/linux/prof-freq.c: Likewise. * libc/sys/linux/profile.c: Likewise. * libc/sys/linux/machine/i386/dl-procinfo.c: Likewise. * libc/sys/linux/machine/i386/dl-procinfo.h: Likewise. * libc/include/stdlib.h: Change re-entrant functions to take mbstate_t pointers. * libc/include/sys/_types.h: Define _mbstate_t. * libc/include/sys/config.h (MB_LEN_MAX): New macro. * libc/include/sys/errno.h (EILSEQ): New error code. * libc/include/sys/reent.h: Include wchar.h. Change reentrant structure to use mbstate_t. * libc/locale/Makefile.am (LIB_SOURCES): Add new files. * libc/machine/powerpc/vfprintf.c: Use mbstate_t. * libc/machine/powerpc/vfscanf.c: Likewise. * libc/stdio/getdelim.c: Reallocate buffer only when necessary. * libc/stdio/vfprintf.c: Likewise. * libc/stdio/vfscanf.c: Likewise. * libc/stdlib/Makefile.am (LIB_SOURCES): Add new files. * libc/stdlib/mblen.c: Use mbstate_t. * libc/stdlib/mblen_r.c: Likewise. * libc/stdlib/mbstowcs.c: Likewise. * libc/stdlib/mbstowcs_r.c: Likewise. * libc/stdlib/mbtowc.c: Likewise. * libc/stdlib/mbtowc_r.c: Likewise. * libc/stdlib/wcstombs.c: Likewise. * libc/stdlib/wcstombs_r.c: Likewise. * libc/stdlib/wctomb_r.c: Likewise. * libc/sys/linux/Makefile.am (LIB_SOURCES): Add prof-freq.c and profile.c. * libc/sys/linux/machine/i386/Makefile.am (LIB_SOURCES): Add dl-procinfo.c. * libc/sys/linux/sys/errno.h (EILSEQ): New error code. * libc/sys/linux/sys/types.h (off_t): Define type. * testsuite/newlib.locale/UTF-8.c: Change locale name from UTF-8 to C-UTF-8. * testsuite/newlib.locale/UTF-8.exp: Likewise. Thomas Fitzsimmons 2002-08-23 01:56:05 +0000
  • 1c5dcf3b0a * dll.sgml: Remove indirect reference to older gccs. Christopher Faylor 2002-08-21 16:02:17 +0000