summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/ChangeLog
blob: e600d91d4bdf9b4b3ac7e4a9f04e2f265efaa69c (plain)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
2011-04-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid 'differ in signedness' warnings.
	* datatype.h (PdsType_T): Do not declare as unsigned.
	* bibtex-3.c (pre_define): Cast xord[] index to UChar_T.
	* utils.c (c8read_csf): Cast name_of_file to 'char *'.
	* bibtex-2.c: A few casts to 'char *'.

2011-03-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* utils.c (setup_bound_variable): `program_invocation_name' has
	been renamed into `kpse_invocation_name'.

2010-10-04  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tests/bibtexu.test (new): Just 'bibtexu -version'.
	* Makefile.am: Add the new test.

2010-05-03  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* bibtex.h: fix a bug in the macro BIB_XRETALLOC_STRING.

2010-03-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex*.[ch], gblvars.h, utils.c: Obtain Ent_Str_Size and
	Glob_Str_Size from environment or config file.
	Dynamically allocate global strings arrays, literal stack
	arrays, and single function space instances; reallocate them
	as required.

2010-03-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* utils.c: Default csfile and Max_Strings from env or config.
	* bibtex.c: Call kpse_set_program_name with "bibtexu".
	* bibtex.h (STR_ROOM): Call pool_overflow() as often as needed.
	* bibtex-3.c (scan_fn_def): Same for increase Wiz_Fn_Space.
	* bibtex-4.c (BST_STRING_SIZE_EXCEEDED): Drop extra "%ld".
	(x_text_prefix): Add missing STR_ROOM.

2010-03-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Dynamic allocation of name_of_file strings.  No padding.
	* bibtex-1.c (add_area): Not used and removed.
	* bibtex-2.c (file_nm_size_overflow): Not used and removed.
	* bibtex-3.c (s_bst_area, s_bib_area): Removed.
	* gblvars.h (bib_area_string, bst_area_string): Removed.
	* utils.c (open_ip_file, open_op_file): Adapted.

2010-03-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex-1.c (check_cite_overflow): Reallocate cite_info,
	cite_list, entry_exists, and type_list.
	* bibtex.h (MAX_CITES): Initial allocation as in bibtex.web.
	* gblvars.h (M_cites): Removed.
	* utils.c (parse_cmd_line, usage): Ignore/remove --mcites.

	* bibtex-1.c (add_database_cite): Fix bug, from bibtex.ch.

	* Makefile.am (AM_CPPFLAGS): Remove obsolete -funsigned-char.

2010-03-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex-1.c, utils.c: Delay allocation of entry_ints and
	entry_strs until the required size is known.
	* bibtex.h (MAX_ENT_INTS, MAX_ENT_STRS): Removed.
	* gblvars.h (M_entstrs, Max_Ent_Ints, Max_Ent_Strs): Removed.
	* utils.c (parse_cmd_line, usage): Ignore/remove --mentstrs.

2010-03-15  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tests/bibtex.test: New shell script to test 7-bit mode.
	* Makefile.am (TESTS, EXTRA_DIST, DISTCLEANFILES): Adapted.

	* bibtex-1.c, bibtex-2.c: Reallocate bib_file, bib_list, and
	s_preamble as needed.

	* datatype.h (BufType_T): Declare as pointer instead of array.
	* gblvars.h, utils.c: Dynamically allocate buffer, ex_buf,
	out_buf, and sv_buffer.
	* bibtex-1.c (add_out_pool): Call buffer_overflow to reallocate.
	(buffer_overflow): Reallocate buffer, ex_buf, name_sep_char,
	name_tok, out_buf, and sv_buffer as needed.

	* utils.c (c8read_csf): Drastically reduce sx array size.

2010-03-14  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex-1.c: Reallocate entry_ints, field_info as needed.
	* bibtex-3.c: Reallocate wiz_functions as needed.
	* gblvars.h, utils.c: Dynamically allocate bib_file, bib_list,
	name_sep_char, name_tok, and s_preamble.
	* gblvars.h (M_entints, M_fields, M_wiz_fn_space): Removed.
	* utils.c (parse_cmd_line, usage): Ignore/remove --mentints,
	--mfields, and --mwizfuns.

	* bibtex-4.c: Added check for str_pool overflow (from bibtex).

	* gblvars.h (Buf_Size, Max_Bib_Files): New global vars.
	* utils.c: Set Buf_Size=BUF_SIZE, Max_Bib_Files=MAX_BIB_FILES.
	Allocate bib_file, bib_list, name_sep_char, name_tok, and
	s_preamble.[A
	* bibtex-1.c, bibtex-2.c: Use Buf_Size and Max_Bib_Files.

2010-03-13  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Dynamic allocation of arrays.
	* bibtex.h (MYRETALLOC, BIB_XRETALLOC, BIB_XRETALLOC_NOSET):
	Preprocessor macros used to reallocate arrays.
	* utils.[ch] (myrealloc): New function.
	(mymalloc, myrealloc): Allocate at least 1 byte, to avoid NULL.
	(checkdbg, checklong): Declare as static.

	* bibtex-2.c (pool_overflow): Reallocate str_pool as needed.
	* gblvars.h (M_pool): Removed.
	* utils.c (parse_cmd_line, usage): Ignore/remove --mpool.

2010-03-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Determine hash_size from max_strings and compute hash_prime.
	* bibtex.c (main): Don't call allocate_arrays.
	Print newline after fatal error message.
	* utils.c (allocate_arrays): Declare as static.
	(compute_hash_prime): New function, using allocated arrays.
	(set_array_sizes): Call allocate_arrays and compute_hash_prime.
	* utils.h (allocate_arrays): Remove.

2010-03-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex.h: Adapt to bibtex.web final 0.99d from Oren.

2010-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex-1.c: Remove spurious format spec in BIBTEX_OVERFLOW.

2010-03-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex-1.c, bibtex.h: Adapt to bibtex.web 0.99d test 1
	from Oren, breaking .bbl lines only at whitespace.

2010-02-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* sysdep.h (IMPLEMENTATION): Define for MinGW32.
	* utils.c [WIN32]: Do not #include <kpathsea/getopt.h>.
	* utils.h (CDECL) [WIN32]: #undef before re-#define.

2010-02-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* getopt.[ch], getopt1.h: Removed, use libkpathsea.
	* utils.c: #include <kpathsea/getopt.h> instead of "getopt.h".
	* Makefile.am (EXTRA_DIST): remove getopt.[ch] and getopt1.h.

2009-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex*.c, utils.c: #include <config.h>.
	* configure.ac: Add AC_CONFIG_HEADERS([config.h]).

2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* utils.c (open_ip_file, open_op_file): Check for legitimate
	file names via kpse_{in,out}_name_ok() before opening files.

2009-10-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid various compiler warnings:
	* bibtex-[234].c: unused vars, decl. after stmt., return with
	value in void function.
	* bibtex-[23].c: #include "unicode/ustring.h".

2009-09-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* utils.[ch] (getopt_str): Declare string as const.
	(debug_msg): Declare param2 string as const.
	(usage): Declare param string as const.
	* datatype.h (PdsType_T): Declare char array as const.

2009-06-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS): enable compiler warnings.
	* bibtex-3.c (str_lookup): silence 'used uninitialized' warning.
	* datatype.h, gblvars.h: in various places replace Integer8_T
	(i.e., char) by UChar_T (i.e., unsigned char).
	* utils.c (c8read_csf): avoid unused variable.
	* remove rcsid's.

	* FIXME: still needs careful checking for signed/unsigned char.

2009-06-04  Karl Berry  <karl@tug.org>

	* Makefile.am (AM_CPPFLAGS): move -funsigned-char here,
	since we don't want to pass it to the loader.
	peb tlbuild mail 3 Jun 2009 17:37:38 +0200.

2009-05-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2008-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* sysdep.h: avoid redefinition of TRUE and FALSE.

2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.in: added AC_CONFIG_HEADERS (moved
	from ../kpathsea/common.ac to here).

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* utils.c: Fix a typo (relevant for non-kpathsea version).

2008-01-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* aclocal.m4 (new): Generated (aclocal -I ../m4).
	* configure: Regenerated (autoconf).

2007-07-16  Karl Berry  <karl@tug.org>

	* bibtex.h (BUF_SIZE, MAX_CITES, MAX_ENT_INTS, MAX_ENT_STRS,
	MAX_STRS): increase.  From panov, 12 Jul 2007 12:13:38.