File: ChangeLog

package info (click to toggle)
chase 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 452 kB
  • sloc: sh: 926; ansic: 559; makefile: 8
file content (114 lines) | stat: -rw-r--r-- 3,289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2004-06-26  Andreas Rottmann  <a.rottmann@gmx.at>

	* configure.ac: Bumped COPYRIGHT_YEAR. Bumped VERSION to 0.5.2.

	* chase.c (handle_file, chase_and_report): Made static.

	* fname.c: #include "fname.h".

	* chase.1: Changed author and bug report information.

2003-10-13  Andreas Rottmann  <a.rottmann@gmx.at>

	* chase.c, chase.1: Fixed "treshold" misspelling.

2003-08-26  Andreas Rottmann  <a.rottmann@gmx.at>

	* configure.ac: Re-write of configure.in using automake.
	* Makefile.am: Automake replacement for Makefile.in.
	* Makefile.in, configure.in: Removed.
	
2000-01-02  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Bumped package version to 0.5.

	* Makefile.in: Remove config.h from HDRS.
	* Makefile.in: Clean off also stamp-h

	* chase.c (struct filelist_t): New type.
	* chase.c (record_chain_p): New global.
	* chase.c (chase_symlink): Added code to detect
	symlink loops.

	* chase.c (chase_symlink): Added the iter_count variable and code
	to warn and give up at warn_count and giveup_count.
	* chase.c (warn_count, giveup_count): New globals.
	* chase.c (main): Added the -w and -l options.
	* chase.c (ERRMSG): New macro.

	* configure.in: Added new copyright year.
	
1999-07-24  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Bumped package version number to 0.4.

	* chase.c (main): Added option -0.

	* chase.c (fread_until_null): New function.

1999-02-03  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Bumped package version number to 0.3.1.

	* chase.c (main): When no files are specified with -f,
	read stdin.
	* chase.c (handle_file): New function.

	* chase.c (main): Do not close stdin.

1999-01-15  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Bumped package version number to 0.3.

	* Makefile.in: distclean should clean up some of the files
 	generated by ./configure.


1998-12-18  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* chase.c, gcollect.h, configure.in: Added preliminary support for
 	i18n.

	* configure.in: Added extensive tests for used library functions
 	and headers.

	* chase.c (main): Added support for the -f option.

	* chase.c (main): Separated off the chase and report routine.
	* chase.c (chase_and_report): New function

	* chase.c (chase_symlink): The saved work directory is now
 	absolutified.

1998-12-17  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Removed the test for -lpthreads.  Debian was
 	broken when I added it initially.

1998-12-09  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* configure.in: Bumped package version number to 0.2.

	* Makefile.in: Do not distclean when making dist.

	* autogen.sh: New file.
	* Makefile.in: Added autogen.sh to DISTFILES
	
	* chase.c (main): Made chase exit failure if any of the files were
 	nonexistent or dangling.

	* fname.c (fname_dir, fname_chop_dir): Fixed the bug that caused
 	these functions return "" when fname was a file or directory in
 	the root directory.

        * chase.c (chase_symlink): Clean up the code in order to generate
 	more coherent error messages.
	* chase.c (xchdir): New macro.

	* chase.c (chase_symlink): Simplify the loop condition and the
 	associated assert at the top of the loop body.

1998-12-08  Antti-Juhani Kaijanaho  <gaia@iki.fi>

	* ChangeLog starts here.  Chase is now at version 0.1.