| 1 |
rotty |
13 |
2003-10-13 Andreas Rottmann <a.rottmann@gmx.at> |
| 2 |
|
|
|
| 3 |
|
|
* chase.c, chase.1: Fixed "treshold" misspelling. |
| 4 |
|
|
|
| 5 |
rotty |
3 |
2003-08-26 Andreas Rottmann <a.rottmann@gmx.at> |
| 6 |
|
|
|
| 7 |
|
|
* configure.ac: Re-write of configure.in using automake. |
| 8 |
|
|
* Makefile.am: Automake replacement for Makefile.in. |
| 9 |
|
|
* Makefile.in, configure.in: Removed. |
| 10 |
|
|
|
| 11 |
rotty |
2 |
2000-01-02 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 12 |
|
|
|
| 13 |
|
|
* configure.in: Bumped package version to 0.5. |
| 14 |
|
|
|
| 15 |
|
|
* Makefile.in: Remove config.h from HDRS. |
| 16 |
|
|
* Makefile.in: Clean off also stamp-h |
| 17 |
|
|
|
| 18 |
|
|
* chase.c (struct filelist_t): New type. |
| 19 |
|
|
* chase.c (record_chain_p): New global. |
| 20 |
|
|
* chase.c (chase_symlink): Added code to detect |
| 21 |
|
|
symlink loops. |
| 22 |
|
|
|
| 23 |
|
|
* chase.c (chase_symlink): Added the iter_count variable and code |
| 24 |
|
|
to warn and give up at warn_count and giveup_count. |
| 25 |
|
|
* chase.c (warn_count, giveup_count): New globals. |
| 26 |
|
|
* chase.c (main): Added the -w and -l options. |
| 27 |
|
|
* chase.c (ERRMSG): New macro. |
| 28 |
|
|
|
| 29 |
|
|
* configure.in: Added new copyright year. |
| 30 |
|
|
|
| 31 |
|
|
1999-07-24 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 32 |
|
|
|
| 33 |
|
|
* configure.in: Bumped package version number to 0.4. |
| 34 |
|
|
|
| 35 |
|
|
* chase.c (main): Added option -0. |
| 36 |
|
|
|
| 37 |
|
|
* chase.c (fread_until_null): New function. |
| 38 |
|
|
|
| 39 |
|
|
1999-02-03 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 40 |
|
|
|
| 41 |
|
|
* configure.in: Bumped package version number to 0.3.1. |
| 42 |
|
|
|
| 43 |
|
|
* chase.c (main): When no files are specified with -f, |
| 44 |
|
|
read stdin. |
| 45 |
|
|
* chase.c (handle_file): New function. |
| 46 |
|
|
|
| 47 |
|
|
* chase.c (main): Do not close stdin. |
| 48 |
|
|
|
| 49 |
|
|
1999-01-15 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 50 |
|
|
|
| 51 |
|
|
* configure.in: Bumped package version number to 0.3. |
| 52 |
|
|
|
| 53 |
|
|
* Makefile.in: distclean should clean up some of the files |
| 54 |
|
|
generated by ./configure. |
| 55 |
|
|
|
| 56 |
|
|
|
| 57 |
|
|
1998-12-18 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 58 |
|
|
|
| 59 |
|
|
* chase.c, gcollect.h, configure.in: Added preliminary support for |
| 60 |
|
|
i18n. |
| 61 |
|
|
|
| 62 |
|
|
* configure.in: Added extensive tests for used library functions |
| 63 |
|
|
and headers. |
| 64 |
|
|
|
| 65 |
|
|
* chase.c (main): Added support for the -f option. |
| 66 |
|
|
|
| 67 |
|
|
* chase.c (main): Separated off the chase and report routine. |
| 68 |
|
|
* chase.c (chase_and_report): New function |
| 69 |
|
|
|
| 70 |
|
|
* chase.c (chase_symlink): The saved work directory is now |
| 71 |
|
|
absolutified. |
| 72 |
|
|
|
| 73 |
|
|
1998-12-17 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 74 |
|
|
|
| 75 |
|
|
* configure.in: Removed the test for -lpthreads. Debian was |
| 76 |
|
|
broken when I added it initially. |
| 77 |
|
|
|
| 78 |
|
|
1998-12-09 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 79 |
|
|
|
| 80 |
|
|
* configure.in: Bumped package version number to 0.2. |
| 81 |
|
|
|
| 82 |
|
|
* Makefile.in: Do not distclean when making dist. |
| 83 |
|
|
|
| 84 |
|
|
* autogen.sh: New file. |
| 85 |
|
|
* Makefile.in: Added autogen.sh to DISTFILES |
| 86 |
|
|
|
| 87 |
|
|
* chase.c (main): Made chase exit failure if any of the files were |
| 88 |
|
|
nonexistent or dangling. |
| 89 |
|
|
|
| 90 |
|
|
* fname.c (fname_dir, fname_chop_dir): Fixed the bug that caused |
| 91 |
|
|
these functions return "" when fname was a file or directory in |
| 92 |
|
|
the root directory. |
| 93 |
|
|
|
| 94 |
|
|
* chase.c (chase_symlink): Clean up the code in order to generate |
| 95 |
|
|
more coherent error messages. |
| 96 |
|
|
* chase.c (xchdir): New macro. |
| 97 |
|
|
|
| 98 |
|
|
* chase.c (chase_symlink): Simplify the loop condition and the |
| 99 |
|
|
associated assert at the top of the loop body. |
| 100 |
|
|
|
| 101 |
|
|
1998-12-08 Antti-Juhani Kaijanaho <gaia@iki.fi> |
| 102 |
|
|
|
| 103 |
|
|
* ChangeLog starts here. Chase is now at version 0.1. |
| 104 |
|
|
|