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
2012-08-17whitespace cleanupChristopher Faylor
2012-07-31 * path.cc (etc::dir_changed): Revert muto changes since function isCorinna Vinschen
2012-07-31 * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor
2012-07-02* path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor
2012-07-02* path.cc: Perform some whitespace fixups throughout.Christopher Faylor
2012-06-22 * path.cc (realpath): Fix comment.Corinna Vinschen
2012-06-21 * path.cc (realpath): Call mount_info::conv_to_posix_path rather thanCorinna Vinschen
2012-04-27 * path.cc (find_fast_cwd_pointer): Fix for W8 CP 32 bit.Corinna Vinschen
2012-04-21* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor
2012-04-19* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor
2012-04-07* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor
2012-04-06* path.c (path_conv::check): Avoid directly referencing fields of the devChristopher Faylor
2012-04-04 * fhandler_nodevice.cc (fhandler_nodevice::open): Convert EROFS toCorinna Vinschen
2012-04-04 * path.cc (path_conv::check): Convert device type to FH_FS forCorinna Vinschen
2012-04-02 * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen
2012-04-01 * devices.cc: Regenerate.Corinna Vinschen
2012-03-31(Interim checkin while we work on this)Christopher Faylor
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen
2012-03-08 * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2012-03-05 * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-02* path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor
2012-01-01 * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz
2011-12-24 * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-13 * path.cc (conv_path_list): Fix a condition.Corinna Vinschen
2011-12-13 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-12-02 * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen
2011-10-23* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor
2011-10-18 * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-13 * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen
2011-10-13 * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen
2011-07-26 * ntdll.h: Fix typo in comment.Corinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-06-18 * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen
2011-02-15 Revert change from 2010-08-31:Corinna Vinschen
2011-02-13 * path.cc (struct _FAST_CWD): Redefine to new layout used since patchCorinna Vinschen
2011-02-02 * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen
2011-01-17 * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen