aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/dump_setup.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen1-1/+5
2017-10-25winsup/utils/dump_setup.cc: Remove the function 'base'Ken Brown1-16/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2015-02-17* dump_setup.cc (check_package_files): Accommodate postinstallKen Brown1-1/+1
2013-09-16* dump_setup.cc (find_tar_ext): Generalize search for .tar extension, avoidingChristopher Faylor1-9/+4
2013-01-21Update copyrightsChristopher Faylor1-1/+1
2012-11-26 * bloda.cc: Drop Mingw.org considerations.Corinna Vinschen1-8/+3
2012-11-23ChangeLog:Christopher Faylor1-9/+1
2012-07-11 * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen1-5/+13
2011-12-17Clean up whitespace.Christopher Faylor1-23/+23
2010-07-21 * dump_setup.cc (tfx_chars): New WCHAR array, copied from Cygwin.Corinna Vinschen1-3/+105
2010-07-05 * dump_setup.cc (dump_file): Read requested content from setup.rcCorinna Vinschen1-13/+26
2008-09-12* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor1-18/+19
2008-08-27* cygcheck.cc (nuke): Use malloc rather than alloca for environment variables.Christopher Faylor1-4/+5
2005-12-19 * dump_setup.cc (package_find): Fix is_alias computation for "/usr/lib".Corinna Vinschen1-1/+1
2004-10-25fix whitespace, update some copyrightsChristopher Faylor1-25/+25
2004-09-23 * dump_setup.cc (dump_setup): Remove unneeded strlen when check_filesCorinna Vinschen1-2/+1
2004-09-22 * dump_setup.cc (dump_setup): Avoid trailing spaces on package-list.Corinna Vinschen1-4/+11
2003-09-08* Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor1-25/+29
2003-09-06* dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor1-3/+2
2003-08-17 * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen1-0/+6
2003-08-16 * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen1-15/+15
2003-08-15 * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen1-35/+157
2003-08-13 * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen1-4/+4
2003-08-10* dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor1-15/+31
2003-08-09* dump_setup.cc (version_len): New static variable.Christopher Faylor1-7/+113
2003-02-07* dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor1-11/+5
2003-02-07 * dump_setup.cc (dump_setup): Compute the longest package nameCorinna Vinschen1-1/+7
2002-01-29* dump_setup.cc (parse_filename): Don't consider '_' part of the version.Christopher Faylor1-1/+1
2001-11-12* cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor1-1/+1
2001-11-11* cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor1-5/+3
2001-11-11* dump_setup.cc: New file.Christopher Faylor1-0/+251