Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-05[opcodes]DJ Delorie
2009-11-04 * path.cc (read_mounts): Skip unnecessary test if path has beenCorinna Vinschen
2009-11-04 * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen
2009-11-04 * path.cc (read_mounts): First get installation path from own path.Corinna Vinschen
2009-11-04 * Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.Corinna Vinschen
2009-11-03 * security.cc (alloc_sd): Re-introduce setting the SE_DACL_PROTECTEDCorinna Vinschen
2009-11-02 * security.cc (alloc_sd): Re-enable generating default permissionCorinna Vinschen
2009-11-02 * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.Corinna Vinschen
2009-11-022009-11-02 Paul Brook <paul@codesourcery.com>Paul Brook
2009-11-02Final sync of pseudo-reloc.c with mingw64 and cygwinCharles Wilson
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-11-02path.ccCorinna Vinschen
2009-11-02 * path.cc (tfx_chars): Constify.Corinna Vinschen
2009-11-01* Makefile.in: Use utils mingw front-end to generate non-cygwin binary.Christopher Faylor
2009-10-31 * new-features.sgml (ov-new1.7-misc): Add installation-specificCorinna Vinschen
2009-10-31 * cygcheck.cc: Include cygprops.h.Corinna Vinschen
2009-10-31 * transport_pipes.h (PIPE_NAME_PREFIX): New define.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-10-31 * sec_helper.cc (security_descriptor::realloc): Call free first ifCorinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-10-30 * fhandler_random.cc (fhandler_dev_random::lseek): Revert change fromCorinna Vinschen
2009-10-30 * smallprint.cc (hex_str): New const string.Corinna Vinschen
2009-10-30 * libc/stdio/fflush.c (_fflush_r): Store old errno to check forCorinna Vinschen
2009-10-30Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson
2009-10-28 * cygcheck.cc (pretty_id): Drop arguments. Don't change CYGWINCorinna Vinschen
2009-10-28 * pathnames.sgml: Add limitation of case sensitivity with CreateProcess.Corinna Vinschen
2009-10-28 * new-features.sgml (ov-new1.7-posix): Mention UTF-8 as "C" defaultCorinna Vinschen
2009-10-27 * MAINTAINERS (ARM): Add myself as an ARM maintainer.Nick Clifton
2009-10-26Correct pseudo-reloc size bug wrt error messagesCharles Wilson
2009-10-26Sync pseudo-reloc.c with mingw64Charles Wilson
2009-10-26* faq-setup.xml: Fix clean_setup.pl reference.Christopher Faylor
2009-10-26* faq-setup.xml: Change clean_setup.pl reference.Christopher Faylor
2009-10-26newlib:Nick Clifton
2009-10-26 * arm/linux-syscalls0.S (SYSCALL0, SYSCALL3, SYSCALL6, SYSCALL4):Nick Clifton
2009-10-26Sync pseudo-reloc.c with mingw64Charles Wilson
2009-10-24Fix isalpha(0x100000001LL) and friends on 64-bit machines.Eric Blake
2009-10-24 * fhandler.cc (fhandler_base::open): Remove unused variables sa and sd.Corinna Vinschen
2009-10-24 * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen
2009-10-24 cpu/Doug Evans
2009-10-24Sync pseudo-reloc.c with cygwin/lib/Charles Wilson
2009-10-232009-10-23 Kai Tietz <kai.tietz@onevision.com>Kai Tietz
2009-10-23 * fhandler_random.cc (fhandler_dev_random::lseek): Allow negativeCorinna Vinschen
2009-10-212009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2009-10-202009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2009-10-20 * cygcheck.cc (dump_sysinfo): Update with latest NT 6.1 versions.Corinna Vinschen
2009-10-20 * registry.cc (reg_key::get_int): Add alternative implementationCorinna Vinschen
2009-10-20 * smallprint.cc (__small_vsprintf): Simplify UNICODE string handlingCorinna Vinschen
2009-10-20 * fhandler_disk_file.cc (fhander_disk_file::readdir): Handle a statusCorinna Vinschen
2009-10-19 * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen
2009-10-19merge from gccDJ Delorie