summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Christopher Faylor2000-06-151-1/+1
|
* Remove entries from gcc. They don't make much senses here sinceH.J. Lu2000-06-151-18/+2
| | | | ChangeLogs in gcc and binutils are quite different.
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-155-27/+202
| | | | | | | | | | | | | | | | | | | | | | | | * sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration.
* New file. A brief list of who maintains newlib.Ranjith Kumaran2000-06-151-0/+38
|
* * path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor2000-06-152-19/+46
| | | | Windows path.
* * environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor2000-06-152-0/+9
| | | | by libiberty's choose-temp.c
* * libc/stdio/fdopen.c (_fdopen_r): Take explicit givenCorinna Vinschen2000-06-142-0/+10
| | | | bin/textmode into account for Cygwin.
* Rewrote "Adding or updating packages",David Starks-Browning2000-06-141-47/+50
| | | | plus a few other minor changes.
* * include/winnt.h: Add some missing defines related to locale identifiers.Christopher Faylor2000-06-142-58/+176
| | | | Translate values of LANG_* and SUBLANG_* into hexadecimal.
* Tidied up formatting a bit.David Starks-Browning2000-06-141-10/+24
| | | | | | New entries: How do I convert between Windows and UNIX paths? Why are compiled executables so huge?!?
* Minor changes, also add note about deleting temp dir after setup.David Starks-Browning2000-06-141-5/+21
|
* Fix simple @-error.David Starks-Browning2000-06-131-1/+1
|
* * path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor2000-06-132-6/+13
| | | | overwriting a mount entry.
* New entry: "How should I set my PATH?"David Starks-Browning2000-06-131-0/+28
|
* Removed a couple of "not yet updated" disclaimers.David Starks-Browning2000-06-131-32/+19
| | | | New entry: "info error "dir: No such file or directory""
* "Installation using the setup.exe program": minor note not to mess withDavid Starks-Browning2000-06-131-9/+64
| | | | | | | | | default mounts. "Adding or updating packages": full instructions now, not just links to ml. New: subsection "Problems running setup.exe" subsubsection "Error message: "Unable to retrieve the list of cygwin mirrors..."" subsubsection "System hangs when unpacking tar archives"
* * thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor2000-06-133-62/+69
| | | | | | | * path.cc: Ditto. (normalize_posix_path): Add some extra debugging info. (chdir): Ditto. Store chdir'ed posix and MS-DOS directory names in "cache" here rather than trying to derive them later.
* Merge "Installation and Setup" and "Using Cygwin Releases" to simplyDavid Starks-Browning2000-06-121-169/+74
| | | | "Using Cygwin". Significant update to "How can I access other drives?".
* * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2000-06-112-2/+8
| | | | CRYPT_VERIFYCONTEXT.
* Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-06-093-6/+19
| | | | | | | | * libc/include/sys/reent.h (_rand_next): Changed to unsigned long long and moved to end of _reent struct in _new union. (_REENT_INIT): Changed to move _rand_next initialization. * libc/stdlib/rand.c (rand): Changed to use unsigned long long linear congruential algorithm that is used by DJGPP.
* * avr.h: clr,lsl,rol, ... moved after add,adc, ...Denis Chertykov2000-06-092-5/+9
|
* Thu Jun 8 21:18:00 2000 Ranjith Kumaran <ranjith@cygnus.com>Ranjith Kumaran2000-06-093-1/+12
| | | | | * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX. * libc/include/sys/config.h: Define __RAND_MAX.
* Thu Jun 8 17:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-06-082-1/+36
| | | | | * libc/stdlib/rand_r.c: New algorithm that meets minimal standard.
* * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen2000-06-082-2/+5
| | | | by mistake.
* * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen2000-06-082-2/+11
| | | | to set O_DIROPEN on directories anyway.
* path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen2000-06-083-141/+88
| | | | | | | | | | | | | | | | | (mount_slash): Eliminated. (mount_info::read_mounts): Eliminate looking up existing entries. The loop for deleting cygpath entries is done only when such entries exist. (mount_info::from_registry): Eliminate sorting. (mount_info::add_item): Call add_reg_mount if necessary. Check nmounts more precisely. Use strcasematch in looking up existing entries. (mount_info::del_item): Call del_reg_mount if necessary. Use strcasematch. Use memmove instead of memcpy. (mount_info::import_v1_registry): Everything is done in this method. (mount_info::to_registry): Eliminated. (mount_info::from_v1_registry): Eliminated. (cygwin_umount): Simply call del_item. shared.h: Modify the declaration of add_item and del_item. Remove the declaration of from_v1_registry.
* mount.cc (error): New function to report an error and exit.Corinna Vinschen2000-06-083-19/+38
| | | | | | | umount.cc (error): Ditto. (remove_all_automounts): Check return status of cygwin_umount. (remove_all_user_mounts): Ditto. (remove_all_system_mounts): Ditto.
* * include/cygwin/version.h: Bump DLL minor version number to 3.Christopher Faylor2000-06-082-1/+5
|
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-084-0/+55
| | | | | | * dcrt0.cc (cygwin_dll_init): new (dll_crt0_1): short circuit if manually loaded * path.cc (mount_info::init): don't init if manually loaded
* new file - notes about using --enable-maintainer-modeNick Clifton2000-06-072-0/+11
|
* * avr.h: New file with AVR opcodes.Denis Chertykov2000-06-072-0/+211
|
* * include/netinet/in_systm.h: New file.Corinna Vinschen2000-06-073-0/+45
| | | | * include/cygwin/in_systm.h: Ditto.
* Major update to "Where can I get more information?" section. Now includes:David Starks-Browning2000-06-071-21/+89
| | | | | | | - Posting guidelines - Pointers to User's Guide, API Reference, USENIX paper - Pointer to alternate searchable mail archive (www.delorie.com) - Addresses for commercial & CD-ROM inquiries
* minor typo correction: GNU not GnuDavid Starks-Browning2000-06-071-2/+2
|
* Update copyright dates for last patch.Alan Modra2000-06-0721-49/+50
| | | | Scanning ChangeLog showed others were lazy/forgetful too :-)
* Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS.Alan Modra2000-06-0724-61/+69
| | | | | Remove duplicate reloc enums in elf32-d[13]0v.c Remove EMPTY_HOWTOs in elf32-i386.c
* * mount.cc: add stdlib.h for exitDJ Delorie2000-06-054-0/+11
| | | | | * umount.cc: ditto * strace.cc: add #define for alloca
* * libc/include/string.h: Work around problem with strsignal and gdb.Christopher Faylor2000-06-032-0/+6
|
* Fix name clashAlan Modra2000-06-032-10/+16
|
* "Installation Instructions" for FAQ, first update for current net release.David Starks-Browning2000-06-021-172/+154
|
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-017-27/+40
| | | | | | * dcrt0.cc: Wrap LoadDLLfunc stuff in dummy function. * init.cc: Ditto. * uinfo.cc: Ditto.
* * autoload.h: Put each info block in its own dummy static function.Christopher Faylor2000-06-012-1/+11
|
* * include/cygwin/version.h: use decimal, NOT octalDJ Delorie2000-05-312-2/+8
|
* Remove broken targets readme.info, faq.infoDavid Starks-Browning2000-05-311-1/+4
| | | | (at least until we know what to do with them)
* * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2000-05-312-2/+8
| | | | even if ntsec is on if filesystem doesn't support ACLs.
* * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2000-05-312-5/+10
| | | | with parameter `notimp' set to 1.
* Add field ``name'' to floatformat.Andrew Cagney2000-05-312-1/+8
|
* Import texinfo.tex from texinfo-4.0.Andrew Cagney2000-05-312-724/+1289
| | | | Add support for ``make pdf'' to the gdb/doc directory using pdftex.
* * path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2000-05-302-5/+12
| | | | in adding a trailing slash.
* * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__Christopher Faylor2000-05-3014-23/+39
| | | | | | | | | | | | | | | * libc/include/malloc.h: Ditto. * libc/include/process.h: Ditto. * libc/include/stdio.h: Ditto. * libc/include/stdlib.h: Ditto. * libc/include/time.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/include/sys/errno.h: Ditto. * libc/include/sys/signal.h: Ditto. * libc/include/sys/stat.h: Ditto. * libc/include/sys/time.h: Ditto. * libc/include/sys/unistd.h: Ditto. * libc/include/string.h: Ditto. strsignal should return a const char *.