summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dump_setup.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* * dump_setup.cc (check_package_files): Accommodate postinstallKen Brown2015-02-171-1/+1
* * dump_setup.cc (find_tar_ext): Generalize search for .tar extension, avoidingChristopher Faylor2013-09-161-9/+4
* Update copyrightsChristopher Faylor2013-01-211-1/+1
* * bloda.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-8/+3
* ChangeLog:Christopher Faylor2012-11-231-9/+1
* * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen2012-07-111-5/+13
* Clean up whitespace.Christopher Faylor2011-12-171-23/+23
* * dump_setup.cc (tfx_chars): New WCHAR array, copied from Cygwin.Corinna Vinschen2010-07-211-3/+105
* * dump_setup.cc (dump_file): Read requested content from setup.rcCorinna Vinschen2010-07-051-13/+26
* * cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor2008-09-121-18/+19
* * cygcheck.cc (nuke): Use malloc rather than alloca for environment variables.Christopher Faylor2008-08-271-4/+5
* * dump_setup.cc (package_find): Fix is_alias computation for "/usr/lib".Corinna Vinschen2005-12-191-1/+1
* fix whitespace, update some copyrightsChristopher Faylor2004-10-251-25/+25
* * dump_setup.cc (dump_setup): Remove unneeded strlen when check_filesCorinna Vinschen2004-09-231-2/+1
* * dump_setup.cc (dump_setup): Avoid trailing spaces on package-list.Corinna Vinschen2004-09-221-4/+11
* * Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor2003-09-081-25/+29
* * dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2003-09-061-3/+2
* * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen2003-08-171-0/+6
* * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2003-08-161-15/+15
* * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen2003-08-151-35/+157
* * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen2003-08-131-4/+4
* * dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor2003-08-101-15/+31
* * dump_setup.cc (version_len): New static variable.Christopher Faylor2003-08-091-7/+113
* * dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor2003-02-071-11/+5
* * dump_setup.cc (dump_setup): Compute the longest package nameCorinna Vinschen2003-02-071-1/+7
* * dump_setup.cc (parse_filename): Don't consider '_' part of the version.Christopher Faylor2002-01-291-1/+1
* * cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor2001-11-121-1/+1
* * cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor2001-11-111-5/+3
* * dump_setup.cc: New file.Christopher Faylor2001-11-111-0/+251