summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-016-12/+139
| | | | | | | | | | | | | | | | | | | | | | | * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for initializing a struct _reent that has been dynamically allocated. (_REENT_CHECK_MISC): New macro that checks _misc struct for _REENT_SMALL and does nothing otherwise. (_REENT_STRTOK_LAST): New macro for reentrant strtok. (_REENT_MBLEN_STATE): New macro for reentrant mblen. (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc. (_REENT_WCTOMB_STATE): New macro for reentrant wctomb. [_REENT_SMALL](struct _misc_reent): New structure containing miscellaneous reentrant areas needed by newlib. [_REENT_SMALL](struct _reent): Add _misc pointer. [_REENT_SMALL](_REENT_INIT_MISC): New macro. * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC and _REENT_STRTOK_LAST macros. * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC and _REENT_MBLEN_STATE macros. * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC and _REENT_MBTOWC_STATE macros. * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC and _REENT_WCTOMB_STATE macros.
* 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston2002-04-012-1/+8
| | | | * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
* merge from gccDJ Delorie2002-04-012-3/+7
|
* * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.Danny Smith2002-03-312-0/+5
|
* * include/stdio.h (_snwprintf): Correct spelling.Danny Smith2002-03-303-7/+14
| | | | | | (_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise.
* * include/wingdi.h (SetPixelFormat): Correct prototype.Danny Smith2002-03-303-2/+11
| | | | * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
* * times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor2002-03-282-2/+6
|
* * times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor2002-03-282-0/+17
|
* * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.Christopher Faylor2002-03-282-0/+5
|
* * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith2002-03-267-364/+388
| | | | | | | | | | | | | | | | (wpopen): Add if !(__CRTDLL). * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to preserve comments. (moldname-crtdll.def rule): Likewise. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * include/stdio.h (wpopen):Use prototype, not a define. (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. * include/wchar.h (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace.
* * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):Danny Smith2002-03-262-0/+7
| | | | Add defines.
* * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke2002-03-262-1/+7
| | | | Store high part of leading bytes too.
* * libm/math/ef_hypot.c: Increase scale factor to 68.Richard Sandiford2002-03-222-6/+10
|
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always setChristopher Faylor2002-03-222-3/+8
| | | | st_[ug]id to value derived from get_file_attributes.
* * spawn.cc (find_exec): Return input if file not found.Christopher Faylor2002-03-222-1/+7
|
* add eol to endChristopher Faylor2002-03-211-1/+1
|
* expand entry on dir file, may need to update it after installing packages.David Starks-Browning2002-03-201-0/+4
|
* new subsection "Is there a Cygwin port of GNU Emacs?" with pointer toDavid Starks-Browning2002-03-201-0/+11
| | | | cygwin-mount.el, and details about "emacs -nw" vs. "xemacs -nw".
* add "cygwish80.exe" to list of tcl/tk apps that do not understand pathsDavid Starks-Browning2002-03-201-4/+4
|
* remove "not yet updated" for preprocessor, GUI programming entries.David Starks-Browning2002-03-201-6/+0
|
* remove "Where can I get f77 and objc components for B20 EGCS 1.1?"David Starks-Browning2002-03-201-8/+0
| | | | (it can't possibly be relevant any more...)
* update (make problem solved, cvs+ssh problem solved)David Starks-Browning2002-03-201-9/+3
|
* remove "not yet updated" warning for queue slots, df entries.David Starks-Browning2002-03-201-6/+0
|
* * poll.cc (poll): Add support for invalid descriptors.Corinna Vinschen2002-03-192-25/+39
|
* * mkgroup.c (usage): Use one just fprintf + string concatenation for outputChristopher Faylor2002-03-193-18/+25
| | | | | message. (print_version): Add void to function type and update copyright.
* * mkgroup.c (usage): Simplify usage output. Generalize to allow useCorinna Vinschen2002-03-192-20/+58
| | | | | | | | | 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. Use usage to output help message.
* 2002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-193-0/+13
| | | | | * fhandler.h (fhandler_termios::lseek): Override lseek. * fhandler_termios.cc (fhandler_termios::lseek): Implement this.
* Add AIX 64 shared library support and emulation layer for binutilsNick Clifton2002-03-182-58/+55
|
* * ltmain.sh (relink_command): Fix typo in previous change.Alexandre Oliva2002-03-162-1/+5
|
* [ gas/ChangeLog ]Chris Demetriou2002-03-162-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * config/tc-mips.c (mips_set_options): New "ase_mips3d" member. (mips_opts): Initialize "ase_mips3d" member. (file_ase_mips3d): New variable. (CPU_HAS_MIPS3D): New macro. (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d based on command line options and configuration defaults. (macro_build, mips_ip): Accept MIPS-3D instructions if mips_opts.ase_mips3d is set. (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option): Add support for "-mips3d" and "-no-mips3d" options. (OPTION_ELF_BASE): Move to accomodate new options. (s_mipsset): Support ".set mips3d" and ".set nomips3d". (mips_elf_final_processing): Add a comment indicating that a MIPS-3D ASE ELF header flag should be set, when one exists. * doc/as.texinfo: Document -mips3d and -no-mips3d options. * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set nomips3d" directives. [ gas/testsuite/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * gas/mips/mips64-mips3d.s: New file. * gas/mips/mips64-mips3d.d: Likewise. * gas/mips/mips.exp: Run new "mips64-mips3d" test. [ include/opcode/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips.h (INSN_MIPS3D): New definition used to mark MIPS-3D instructions. (OPCODE_IS_MEMBER): Adjust comments to indicate that ASE bit masks may be passed along with the ISA bitmask. [ opcodes/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that indicate that they should dissassemble all applicable MIPS-specified ASEs. * mips-opc.c: Add support for MIPS-3D instructions. (M3D): New definition. * mips-opc.c: Update copyright years.
* * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.Alexandre Oliva2002-03-152-2/+14
| | | | | (relink_command): Added --tag flags. (mode=install): If relinking fails; error out.
* * cygserver.cc: Include stdlib.h for exit declaration.Christopher Faylor2002-03-155-0/+9
| | | | * threaded_queue.cc: Ditto.
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-154-6/+13
| | | | | | block should be marked as nonexistent. (winpids::add): Use PID_ALLPIDS when looking for all pids. * cygwin.h (PID_ALLPIDS): New enum element.
* 2002-03-15 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-03-152-16/+54
| | | | | | | | | | * mkgroup.c (main): When generating group 513, check for computer's primary domain instead of current user's domain. 2002-03-14 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c (main): When generating group 513, check for domain SID if computer name isn't mapped to a SID.
* * glob.c (stat32_to_STAT): New function.Corinna Vinschen2002-03-153-4/+68
| | | | | | | | (g_lstat): Call user space functions always with 32 bit struct stat as a workaround. (g_stat): Ditto. * include/glob.h (struct glob): Don't prototype function pointers when compiling Cygwin.
* * pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIRChristopher Faylor2002-03-142-0/+10
| | | | is specified.
* Fix ChangeLogChristopher Faylor2002-03-141-2/+2
|
* * poll.cc: Remove variable open_fds, rearrange and add codeCorinna Vinschen2002-03-142-45/+42
| | | | to fix settings of revents.
* * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-twoAlexandre Oliva2002-03-142-2/+7
| | | | error.
* * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails.Corinna Vinschen2002-03-132-4/+38
| | | | | | (list::erase): New method with no argument. Erase latest record added. (mmap64): Fail if map_map() fails.
* * include/richedit.h (RICHEDIT_CLASS): UNICODE it.Danny Smith2002-03-134-3/+14
| | | | | | * include/shlobj.h (IContextMenu2): Put methods in right order. * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for CINTERFACE before defining.
* whitespace cleanup, update copyrightChristopher Faylor2002-03-1321-237/+235
|
* * Makefile.in (NOTPARALLEL): New. Use it instead of explicitRichard Henderson2002-03-132-70/+81
| | | | | | .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check.
* 2002-03-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-03-122-11/+15
| | | | | * libc/sys/go32/access.c: Change license to relaxed license used in identical file throughout newlib/libgloss.
* 2002-03-12 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2002-03-125-3/+60
| | | | | | | * libc/sys/arm/access.c: New file. * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c. * libc/sys/arm/Makefile.in: Regenerate. * libc/sys/arm/syscalls.c (_stat): New function.
* * sysconf.cc (sysconf): Fix condition.Corinna Vinschen2002-03-122-1/+5
|
* remove erroneous part of commentChristopher Faylor2002-03-121-1/+1
|
* * Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson2002-03-122-0/+9
|
* Fix my last ChangeLog entry.Danny Smith2002-03-111-25/+139
|
* * mmap.cc (msync): Check area given by addr and len for being aCorinna Vinschen2002-03-112-4/+14
| | | | contigeous mmap'd region.