summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cpu/Doug Evans2009-10-246-18/+427
* Sync pseudo-reloc.c with cygwin/lib/Charles Wilson2009-10-232-16/+225
* 2009-10-23 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2009-10-232-0/+12
* * fhandler_random.cc (fhandler_dev_random::lseek): Allow negativeCorinna Vinschen2009-10-232-5/+5
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-20257-177950/+261901
* 2009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-203-1/+13
* * cygcheck.cc (dump_sysinfo): Update with latest NT 6.1 versions.Corinna Vinschen2009-10-202-45/+78
* * registry.cc (reg_key::get_int): Add alternative implementationCorinna Vinschen2009-10-203-10/+80
* * smallprint.cc (__small_vsprintf): Simplify UNICODE string handlingCorinna Vinschen2009-10-202-9/+9
* * fhandler_disk_file.cc (fhander_disk_file::readdir): Handle a statusCorinna Vinschen2009-10-202-3/+11
* * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen2009-10-192-7/+19
* merge from gccDJ Delorie2009-10-192-0/+13
* * spawn.cc (av::fixup): Treat non-readable, but executable files asCorinna Vinschen2009-10-192-1/+17
* * uinfo.cc (uinfo_init): Deimpersonate, don't reimpersonate, ifCorinna Vinschen2009-10-182-1/+6
* * z80.h: Store alignment requirement in section header, to allowArnold Metselaar2009-10-172-0/+14
* merge from gccDJ Delorie2009-10-152-0/+6
* * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen2009-10-152-25/+44
* * faq-setup.xml (faq.setup.disk-space): Fix URL pointing toCorinna Vinschen2009-10-152-1/+6
* * libc/include/wchar.h (struct tm0: Declare as incomplete type.Corinna Vinschen2009-10-152-0/+8
* * libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporaryCorinna Vinschen2009-10-152-0/+11
* include/Alan Modra2009-10-142-3/+9
* Consistently use va_end.Eric Blake2009-10-146-44/+98
* * libc/include/sys/unistd.h: Add _PC*, _CS*, and _SC* constantsEric Blake2009-10-142-35/+70
* 2009-10-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-10-132-9/+9
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen2009-10-132-1/+6
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-139-16/+122
* Fix toplevel 'config.status --recheck' for --enable-lto.Ralf Wildenhues2009-10-133-2/+14
* Improve clock_gettime and utimensat resolution.Eric Blake2009-10-134-19/+39
* * external.cc (cygwin_internal): Return 0 in CW_SET_DOS_FILE_WARNINGCorinna Vinschen2009-10-122-0/+7
* * kill.cc (main): Skip to PID loop on invalid option to handleCorinna Vinschen2009-10-122-4/+7
* * fhandler_disk_file.cc (fhandler_disk_file::link): Only append .lnkCorinna Vinschen2009-10-123-1/+16
* 2009-10-09 Dave Korn <dave.korn@artimi.com>Jeff Johnston2009-10-092-0/+6
* merge from gccDJ Delorie2009-10-092-1/+6
* * pathnames.sgml (pathnames-specialchars): Add control chars to theCorinna Vinschen2009-10-092-1/+13
* * path.cc (tfx_chars): Convert all ASCII control characters exceptCorinna Vinschen2009-10-092-16/+44
* * include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".Corinna Vinschen2009-10-092-0/+6
* * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen2009-10-092-2/+20
* 2009-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-083-1/+9
* 2009-10-08 Jie Zhang <jie.zhang@analog.com>Jeff Johnston2009-10-082-0/+13
* 2009-10-08 Eric Blake <ebb9@byu.net>Jeff Johnston2009-10-082-0/+8
* * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor2009-10-082-1/+5
* * fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.Eric Blake2009-10-082-0/+6
* * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen2009-10-072-0/+13
* Support pseudo-reloc version 2Charles Wilson2009-10-076-28/+717
* * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen2009-10-072-0/+6
* * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen2009-10-073-1/+20
* Sync with gcc repository.Ian Lance Taylor2009-10-076-18/+2084
* merge from gccDJ Delorie2009-10-072-0/+46
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-066-5/+65
* Merge from gcc repository.Ian Lance Taylor2009-10-062-2/+47