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
2014-10-28 * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen
2014-10-20 * path.cc (symlink_info::check): Set error from status code if openingCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-02-27 * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2014-01-22 * path.cc (etc::test_file_change): In case of NtQueryFullAttributesFileCorinna Vinschen
2013-12-07 * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long pathCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-31 * path.cc (normalize_posix_path): Don't check existence of / or // dirCorinna Vinschen
2013-07-18 * path.cc (normalize_posix_path): Start checking path before ".." atCorinna Vinschen
2013-07-15 * path.cc (symlink_native): Fix common prefix search. Enhance comment.Corinna Vinschen
2013-06-28 * path.cc (find_fast_cwd_pointer): Use gas syntax for assemblerCorinna Vinschen
2013-06-21 * path.cc (cygwin_conv_path): Handle NULL "from" path gracefully.Corinna Vinschen
2013-06-17 * path.cc (cnt_bs): New inline function.Corinna Vinschen
2013-06-12 * path.cc (normalize_posix_path): Fix long-standing problem whichCorinna Vinschen
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-12 * path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag forCorinna Vinschen
2013-04-03 * path.cc (class suffix_scan): Add member namelen.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
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