summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Tue Jun 7 16:28:43 2005 Michael Jennings (mej)Michael Jennings2005-06-078-3/+936
| | | | | | | | | Force STRICT_ISO_C99 to be defined when using gcc >= 4.0. Suggestions and partial patch from John Ellson <ellson@research.att.com>. ---------------------------------------------------------------------- SVN revision: 15183
* * spec file wasn't in dist?azundris2005-05-121-1/+1
| | | | SVN revision: 14725
* Mon Mar 7 17:28:00 2005 Michael Jennings (mej)Michael Jennings2005-03-078-7/+38
| | | | | | | | | | | Cleaner "make maintainer-clean" Finally found and fixed that stupid "Config file is designed for a newer version of FOO" bullshit warning. ---------------------------------------------------------------------- SVN revision: 13656
* Mon Mar 7 15:06:39 2005 Michael Jennings (mej)Michael Jennings2005-03-074-0/+17
| | | | | | | | Miscellaneous autoFUCKMEUPTHEASSWITHAPINETREE fixes. ---------------------------------------------------------------------- SVN revision: 13655
* Wed Jan 5 15:19:52 2005 Michael Jennings (mej)Michael Jennings2005-01-052-2/+7
| | | | | | | | Spec dependency fixes. ---------------------------------------------------------------------- SVN revision: 12787
* Wed Dec 29 19:58:03 2004 Michael Jennings (mej)Michael Jennings2004-12-303-36/+40
| | | | | | | | Attempting to move toward using newer autoSPLAT tools by default. ---------------------------------------------------------------------- SVN revision: 12634
* Tue Dec 14 17:51:20 2004 Michael Jennings (mej)Michael Jennings2004-12-1514-41/+1020
| | | | | | | | | | | | | | | | | | | More work from my vacation. Turned the string class into both an interface and an implementation, and created a new multipurpose buffer class (untested) for arbitrary text/binary data. (Think "strings with embedded newlines" if that helps.) Now, if someone were so inclined, (s)he could create a LibAST implementation of the "str" interface based on glib strings, or QStrings, or whatever with almost no changes to the code using the libast string API (once the function calls like spif_str_new() are replaced with macro calls like SPIF_STR_NEW()). A UTF-8-based string implementation is forthcoming. ---------------------------------------------------------------------- SVN revision: 12473
* Tue Dec 14 17:12:13 2004 Michael Jennings (mej)Michael Jennings2004-12-142-2/+6
| | | | | | | | 0.6.1 release ---------------------------------------------------------------------- SVN revision: 12469
* Tue Oct 26 13:58:45 2004 Michael Jennings (mej)Michael Jennings2004-10-265-21/+29
| | | | | | | | | Pre-parsing is kinda unique, and most applications probably won't need it. So now pre-parsing of options must be specifically requested. ---------------------------------------------------------------------- SVN revision: 12036
* Tue Oct 26 12:18:14 2004 Michael Jennings (mej)Michael Jennings2004-10-262-1/+6
| | | | | | | | Fix spec. ---------------------------------------------------------------------- SVN revision: 12034
* Tue Oct 26 12:05:51 2004 Michael Jennings (mej)Michael Jennings2004-10-266-22/+51
| | | | | | | | | Upon return from spifopt_parse()'s postparsing run, argv[] will now contain only the non-option arguments left on the command line. ---------------------------------------------------------------------- SVN revision: 12033
* Initialize global variables to avoid linking issues on OS X.rbdpngn2004-10-212-3/+3
| | | | SVN revision: 11951
* OS X uses glibtoolize.rbdpngn2004-10-201-1/+1
| | | | SVN revision: 11919
* Tue Sep 14 11:45:40 2004 Michael Jennings (mej)Michael Jennings2004-09-143-1/+7
| | | | | | | | Patch from Dirk Tilger <dirk@ostec.org> for 0.5 compatibility. ---------------------------------------------------------------------- SVN revision: 11631
* Fri Aug 20 18:50:46 2004 Michael Jennings (mej)Michael Jennings2004-08-202-4/+8
| | | | | | | | Revert bad autogen.sh change. ---------------------------------------------------------------------- SVN revision: 11294
* Use modern autof00technikolor2004-08-201-4/+4
| | | | SVN revision: 11284
* Thu Aug 19 17:23:32 2004 Michael Jennings (mej)Michael Jennings2004-08-192-22/+26
| | | | | | | | Patch from Roland Illig <roland.illig@gmx.de> to fix m4 quoting. ---------------------------------------------------------------------- SVN revision: 11282
* Fri Jul 23 17:36:45 2004 Michael Jennings (mej)Michael Jennings2004-07-2323-626/+657
| | | | | | | | Finally we have strict C99 compliance. ---------------------------------------------------------------------- SVN revision: 10995
* Wed Jul 21 22:48:14 2004 Michael Jennings (mej)Michael Jennings2004-07-227-101/+138
| | | | | | | | More cleanups and fixed compile problems. ---------------------------------------------------------------------- SVN revision: 10958
* Wed Jul 21 18:16:43 2004 Michael Jennings (mej)Michael Jennings2004-07-218-102/+127
| | | | | | | | Mmmm, beefy. ---------------------------------------------------------------------- SVN revision: 10957
* Tue Jul 20 18:30:54 2004 Michael Jennings (mej)Michael Jennings2004-07-2017-284/+338
| | | | | | | | Tasty treats! ---------------------------------------------------------------------- SVN revision: 10948
* Fri Jul 16 19:20:48 2004 Michael Jennings (mej)Michael Jennings2004-07-168-50/+88
| | | | | | | | Working on cleaning some things up for portability and C99-compliance. ---------------------------------------------------------------------- SVN revision: 10869
* Tue Jun 29 17:23:34 2004 Michael Jennings (mej)Michael Jennings2004-06-294-13/+17
| | | | | | | | Oops, forgot some re-ordering. ---------------------------------------------------------------------- SVN revision: 10643
* Tue Jun 29 17:14:13 2004 Michael Jennings (mej)Michael Jennings2004-06-2910-19/+110
| | | | | | | | | | Some small fixes suggested by Charlie Gordon <gmane@chqrlie.org>. Minor build tweaks...updated to new release number. ---------------------------------------------------------------------- SVN revision: 10642
* Tue Jun 29 14:32:01 2004 Michael Jennings (mej)Michael Jennings2004-06-294-9/+26
| | | | | | | | I'll document all this stuff shortly. ---------------------------------------------------------------------- SVN revision: 10637
* Wed Mar 10 18:05:28 2004 Michael Jennings (mej)Michael Jennings2004-03-102-0/+10
| | | | | | | Fix "make distcheck" SVN revision: 9319
* Wed Mar 10 17:58:14 2004 Michael Jennings (mej)Michael Jennings2004-03-107-20/+488
| | | | | | | Added array and dlinked_list implementations of the map interface. SVN revision: 9317
* Wed Mar 10 17:15:14 2004 Michael Jennings (mej)Michael Jennings2004-03-108-23/+627
| | | | | | | | | Working map implementation using the linked_list class. Added some new string functions. SVN revision: 9316
* Wed Mar 3 12:25:22 2004 Michael Jennings (mej)Michael Jennings2004-03-035-72/+96
| | | | | | | | New and improved autogen stuff. Prefers autoconf 2.13 and automake 1.4, but it's also been tested with autoconf 2.57 and automake 1.6.3. SVN revision: 9210
* Mon Mar 1 21:22:21 2004 Michael Jennings (mej)Michael Jennings2004-03-023-6/+10
| | | | | | | New SRPM SVN revision: 9192
* Mon Mar 1 14:52:12 2004 Michael Jennings (mej)Michael Jennings2004-03-012-3/+7
| | | | | | | Dumb-duh-dumb-dumb-DUMB! SVN revision: 9173
* Mon Mar 1 14:29:13 2004 Michael Jennings (mej)Michael Jennings2004-03-014-80/+202
| | | | | | | AVL tree removal work-in-progress. SVN revision: 9172
* Mon Feb 23 16:52:13 2004 Michael Jennings (mej)Michael Jennings2004-02-233-5/+9
| | | | | | | | | Removed bogus assertion. Added map_if.h to install. SVN revision: 9089
* Thu Feb 5 16:31:43 2004 Michael Jennings (mej)Michael Jennings2004-02-054-35/+11
| | | | | | | | Plugged a few leaks and cleaned up one uninitialized parameter problem. SVN revision: 8821
* Wed Feb 4 17:24:56 2004 Michael Jennings (mej)Michael Jennings2004-02-044-4/+25
| | | | | | | Some test improvements. SVN revision: 8810
* Wed Feb 4 10:53:04 2004 Michael Jennings (mej)Michael Jennings2004-02-049-19/+58
| | | | | | | Should be all fixed now. SVN revision: 8800
* Tue Feb 3 18:18:32 2004 Michael Jennings (mej)Michael Jennings2004-02-0321-228/+505
| | | | | | | Cleanups are done. Almost done with the NULL handling for lists too. SVN revision: 8790
* Mon Feb 2 17:22:42 2004 Michael Jennings (mej)Michael Jennings2004-02-0219-359/+461
| | | | | | | More cleanups. And yes, I know "make test" doesn't work. SVN revision: 8772
* Fri Jan 30 17:55:47 2004 Michael Jennings (mej)Michael Jennings2004-01-3011-262/+582
| | | | | | | | | | Working on adding assertions/requires for NULL object checks. Also making sure list elements can be NULL so insert_at() can resize a list. SVN revision: 8731
* Sat Jan 24 13:54:02 2004 Michael Jennings (mej)Michael Jennings2004-01-2415-75/+686
| | | | | | | Added map interface (unimplemented) and a paired object class. SVN revision: 8639
* Fri Jan 23 01:42:05 2004 Michael Jennings (mej)Michael Jennings2004-01-232-17/+21
| | | | | | | It's tomorrow...and it's fixed. SVN revision: 8630
* Thu Jan 22 22:35:43 2004 Michael Jennings (mej)Michael Jennings2004-01-236-39/+57
| | | | | | | | | | | Fixed the Imlib2 linking problem pointed out by Mike Frysinger <vapier@gentoo.org>. Applied kwo's libast-config.patch. Note that this patch breaks the libast compile. I'll have to fix it tomorrow. SVN revision: 8626
* Thu Jan 22 20:42:40 2004 Michael Jennings (mej)Michael Jennings2004-01-236-175/+660
| | | | | | | | | | | | | | | | Added a few new hashes. Fixed a typo in the old hashes. LibAST-ized the hash tests and made new performance tests. Anybody care to comment on the validity of my performance tests? All 6 algorithms end up with pretty much the same results. Do I need to use a dictionary instead of random "words?" That's kinda what I'm thinking.... SVN revision: 8623
* Wed Jan 21 18:19:49 2004 Michael Jennings (mej)Michael Jennings2004-01-216-3/+453
| | | | | | | Adding hash functions in preparation for a hash table implementation. SVN revision: 8605
* Sat Jan 10 16:12:42 2004 Michael Jennings (mej)Michael Jennings2004-01-1041-41/+46
| | | | | | | | | Step #1: Update copyright statements. Step #2: ??? Step #3: Profit. SVN revision: 8333
* Fri Dec 12 22:01:42 2003 Michael Jennings (mej)Michael Jennings2003-12-1311-407/+308
| | | | | | | Finished up namespace cleanups. SVN revision: 8107
* Tue Dec 9 21:53:50 2003 Michael Jennings (mej)Michael Jennings2003-12-102-2/+10
| | | | | | | Add --libs flag to libast-config. SVN revision: 8075
* Thu Nov 27 00:22:16 2003 Michael Jennings (mej)Michael Jennings2003-11-2721-135/+144
| | | | | | | More namespace cleaning. Just one more set to go. SVN revision: 7956
* Wed Nov 26 21:07:16 2003 Michael Jennings (mej)Michael Jennings2003-11-279-199/+281
| | | | | | | Working on cleaning up namespace issues. SVN revision: 7954
* Wed Nov 26 18:49:32 2003 Michael Jennings (mej)Michael Jennings2003-11-262-0/+176
| | | | | | | Oops. Forgot the most important part! :-P SVN revision: 7953