summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8574d2c07c891ec9da8e7d109fa1f5ac3aee003d (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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
ChangeLog
=========

This file contains a listing of modifications to libast in CVS on a
per-commit basis.  Dates are included, as are the names and userid's
of the people making the changes.

Contributors:

mej - Michael Jennings ("KainX") <mej@eterm.org>

----------------------------------------------------------------------
Thu Nov  9 19:09:48 PST 2000                    Michael Jennings (mej)

Added name- and version-setting functions since we can't just use
PACKAGE and VERSION any more.

----------------------------------------------------------------------
Thu Nov  9 19:19:31 PST 2000                    Michael Jennings (mej)

It usually helps if you finish writing the code BEFORE you commit it.

----------------------------------------------------------------------
Thu Nov 16 16:38:55 PST 2000                    Michael Jennings (mej)

Insure++ found a small logic error here that could result in a tiny
leak under certain circumstances.

----------------------------------------------------------------------
Tue Jan  2 18:22:25 PST 2001                    Michael Jennings (mej)

Added file.c for any file routines I write.  The first one is a secure
temp file generator.  If portability issues arise from non-POSIX
systems, they will be addressed here.

----------------------------------------------------------------------
Mon May  7 19:08:45 PDT 2001                    Michael Jennings (mej)

I have created a testbed for libast.  You can now run "make test" to
run a series of tests which will test some of the functionality of the
library.  I didn't finish all the tests I'll eventually have; I just
wanted to get the stuff that's immediately important.

I also added a new split() function, which functions somewhat like its
Perl counterpart, although there are differences.  This function will
be used in the remaining Eterm work I must do before release.

----------------------------------------------------------------------
Mon May  7 22:16:11 PDT 2001                    Michael Jennings (mej)

Moved chomp() to libast.  It's awfully handy.

----------------------------------------------------------------------
Tue May  8 19:51:51 PDT 2001                    Michael Jennings (mej)

Added two more convenience functions:  join(), also borrowed from
Perl, and free_array() for freeing lists.  I also threw in a USE_VAR()
macro for getting rid of bogus unused variable warnings.

----------------------------------------------------------------------
Wed May  9 17:20:46 PDT 2001                    Michael Jennings (mej)

Better handling of NULL values all around.

----------------------------------------------------------------------
Thu May 17 10:27:02 PDT 2001                    Michael Jennings (mej)

Fixed "make distcheck."

----------------------------------------------------------------------
Mon Jun 11 16:57:40 PDT 2001                    Michael Jennings (mej)

I moved the config file code from Eterm to libast.  I also relocated
some of the generic macros (MIN(), MAX(), BOUND(), etc.).  Version up
to 0.3 now.

----------------------------------------------------------------------
Fri Jun 15 16:50:54 PDT 2001                    Michael Jennings (mej)

Cleaned up spec file in preparation for release.

----------------------------------------------------------------------
Fri Jun 15 17:31:34 2001                        Michael Jennings (mej)

Converted the ChangeLog to Avalon's log format.  Yay! :-)
----------------------------------------------------------------------
Fri Jun 15 23:40:45 2001                        Michael Jennings (mej)

Moved the parsing of each config file line into a separate function.
You'll see why in a moment.
----------------------------------------------------------------------
Mon Jun 18 13:49:24 2001                        Michael Jennings (mej)

Oops.  ChangeLog entries were ending up in the bit-bucket.  Fixed and
re-synced. :)
----------------------------------------------------------------------
Fri Jun 29 10:02:34 2001                        Michael Jennings (mej)

I think we can call this finished.
----------------------------------------------------------------------
Mon Jul 23 18:01:37 2001                        Michael Jennings (mej)

Well that was dumb.  Comments are supposed to be *ignored*. :P
----------------------------------------------------------------------
Mon Jul 23 23:25:13 2001                        Michael Jennings (mej)

Damnit.  It was screwing up on blank lines too. >:I
----------------------------------------------------------------------
Sat Sep 22 09:24:41 2001                        Michael Jennings (mej)

Fixed a compilation issue on some systems where libX11 would not be
linked in with the test program.  This is libast 0.4.
----------------------------------------------------------------------
Mon Jan 21 18:02:20 2002                        Michael Jennings (mej)

Don't try this at home.  This package has been discombobulated by
trained professionals.
----------------------------------------------------------------------
Tue Feb 12 00:03:12 2002                        Michael Jennings (mej)

Please ignore the warnings during compile.  I didn't want to check
this in just yet, but I kinda broke Eterm and committed it. :(
----------------------------------------------------------------------
Tue Feb 12 00:23:36 2002                        Michael Jennings (mej)

...and then I came to my senses....  :-P
----------------------------------------------------------------------
Tue Feb 12 10:40:37 2002                        Michael Jennings (mej)

Still not fleshed out, but at least the warnings are gone. :-)
----------------------------------------------------------------------
Sun Feb 17 12:10:59 2002                        Michael Jennings (mej)

Hopefully now this will make more sense.  The string class is now
fleshed out...along with a complete set of unit tests. :)
----------------------------------------------------------------------
Mon Feb 18 21:54:25 2002                        Michael Jennings (mej)

Mmmmm...reusability. :-)
----------------------------------------------------------------------
Sun Mar  3 01:44:51 2002                        Michael Jennings (mej)

Added precision to the profiling stuff, and threw in the beginnings of
support for interface classes.
----------------------------------------------------------------------
Thu Apr  4 20:45:30 2002                        Michael Jennings (mej)

Lots of updates.  This should compile, but if it doesn't, don't blame
me.  (Well, blame me, just don't whine at me.) :-)

Also a bit of a design doc here...hopefully it will clarify some
things.
----------------------------------------------------------------------
Thu Apr  4 21:13:01 2002                        Michael Jennings (mej)

Re-indenting code.
----------------------------------------------------------------------
Thu Apr  4 22:24:36 2002                        Michael Jennings (mej)

Oops...
----------------------------------------------------------------------
Thu Apr 11 18:03:46 2002                        Michael Jennings (mej)

The list interface is complete (for now) as is its first
implementation:  the linked_list class.  Unit tests are also in.
----------------------------------------------------------------------
Thu Apr 11 18:15:11 2002                        Michael Jennings (mej)

Fix "make distcheck"
----------------------------------------------------------------------
Thu Apr 11 23:47:26 2002                        Michael Jennings (mej)

Not needed...
----------------------------------------------------------------------
Mon Apr 15 23:50:40 2002                        Michael Jennings (mej)

A doubly-linked list implementation of the list interface.
----------------------------------------------------------------------
Tue Apr 16 16:23:42 2002                        Michael Jennings (mej)

Another obvious list implementation...an array.
----------------------------------------------------------------------
Fri Apr 19 18:35:21 2002                        Michael Jennings (mej)

Working tokenizer.  The question is, how much do I need to add in the
way of flexibility....  Shell-style parsing?  Null-field support?
*ponders*
----------------------------------------------------------------------
Fri Apr 26 15:13:27 2002                        Michael Jennings (mej)

Working on some new stuff here, and just wanted to get this stuff in
in case my laptop croaks or something.  The new code doesn't work,
but at least it doesn't break the compile. :)
----------------------------------------------------------------------
Fri Apr 26 15:24:02 2002                        Michael Jennings (mej)

I spoke too soon....
----------------------------------------------------------------------
Mon Apr 29 15:25:01 2002                        Michael Jennings (mej)

The options parser seems to be working now.  It's fairly extensible
and fixes a lot of the problems with the old one.  It was rewritten
more or less from scratch.
----------------------------------------------------------------------
Tue Apr 30 22:17:27 2002                        Michael Jennings (mej)

I really should be more careful when creating test cases.  This
should fix the parsing of boolean options with values.
----------------------------------------------------------------------
Wed May  1 23:21:23 2002                        Michael Jennings (mej)

Fleshed out the URL class.
----------------------------------------------------------------------
Tue May  7 16:37:40 2002                        Michael Jennings (mej)

A few small bugfixes and some touchups.  Also work on the socket
object.
----------------------------------------------------------------------
Tue May 21 00:15:37 2002                        Michael Jennings (mej)

Fixed a number of memory leaks in both the testing code and the object
classes themselves.

Also rearranged some header stuff and created a few new helper macros
for object declarations.
----------------------------------------------------------------------
Wed May 22 00:16:31 2002                        Michael Jennings (mej)

Brought the performance tests up to date and cleaned up some memory
leaks in them.
----------------------------------------------------------------------
Wed May 22 08:59:38 2002                        Michael Jennings (mej)

Stupid typo.  Doing too much perl, I guess.  cpp uses "#elif," not
"#elsif."
----------------------------------------------------------------------
Sun May 26 22:37:43 2002                        Michael Jennings (mej)

Updated performance testing to be scaled.  The default is a quicker
performance test than before, but now we can also choose to run
anywhere from scratching the surface to a very thorough pounding.
----------------------------------------------------------------------
Sun Jun  9 14:16:38 2002                        Michael Jennings (mej)

Return on failed assert.
----------------------------------------------------------------------
Sat Jul 13 23:26:12 2002                        Michael Jennings (mej)

New function, version_compare(), which accurately compares package
version numbers.  Take a look at the various test cases to see what
kinds of comparisons it can accurately make, and if you see any that
aren't there, let me know.
----------------------------------------------------------------------
Fri Jul 26 00:12:25 2002                        Michael Jennings (mej)

Mmmm, sockets that connect. :)
----------------------------------------------------------------------
Fri Jul 26 16:52:40 2002                        Michael Jennings (mej)

More socket work.  Also, permit muting of error/warning messages by
supplying a NULL value for the program name.
----------------------------------------------------------------------
Tue Jul 30 17:34:38 2002                        Michael Jennings (mej)

Send/receive on the socket works now.  Also cleaned up the show method
for strings to eliminate the 4K length limit.

The current socket test will actually download the HTML for my home
page.  Uncomment the SPIF_SHOW() call in test_socket() to see it work.
----------------------------------------------------------------------
Wed Jul 31 17:49:17 2002                        Michael Jennings (mej)

Added the _reverse() and _to_array() routines to all 3 list classes
(finally).  Also added unit tests for those.

The tests for the socket code no longer download my home page.  Now,
I create a listening socket and a sending socket for a TCP/IP and a
UNIX socket.  Then I send/receive data across the socket and compare
what I received with what I sent.  Self-contained is better. :-)
----------------------------------------------------------------------
Sun Aug  4 20:11:38 2002                        Michael Jennings (mej)

Did a complete overhaul of the configure.in script.  Moved everything
to macros in libast.m4, which is now installed by the package.  That
will facilitate easier development of libast-based programs.

Also added the beginnings of a regexp class with support for PCRE,
POSIX-, and BSD-style regular expressions.
----------------------------------------------------------------------
Sun Aug  4 22:38:47 2002                        Michael Jennings (mej)

Apparently shared library building breaks if AC_PROG_CC isn't directly
in configure.in.... :(
----------------------------------------------------------------------
Sun Aug  4 22:47:33 2002                        Michael Jennings (mej)

Fix the cache variable name.
----------------------------------------------------------------------
Sat Aug 10 12:06:50 2002                        Michael Jennings (mej)

Undefined symbol fix.  Got overzealous with my s///.
----------------------------------------------------------------------
Tue Aug 13 21:38:04 2002                        Michael Jennings (mej)

Working implementation of a regular expression object which supports
(and abstracts) PCRE, POSIX, or BSD regular expression functionality.
Also fixed some bugs with the list code and the cpp stuff.
----------------------------------------------------------------------
Tue Aug 13 22:47:45 2002                        Michael Jennings (mej)

Oops, disable those old functions for now.
----------------------------------------------------------------------
Mon Aug 19 21:02:56 2002                        Michael Jennings (mej)

Added a macro to permit client apps a simple way to detect libast.
----------------------------------------------------------------------