summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libast.spec: Fix typo in version checkHEADmasterMichael Jennings2020-11-131-2/+2
* libast.spec: Remove forced CFLAGS settingsMichael Jennings2020-11-131-14/+23
* Merge remote-tracking branch 'remotes/gh/master'Michael Jennings2020-11-136-10/+16
|\
| * Bump version; git-ize Release in specfileMichael Jennings2020-02-282-4/+5
| * */Makefile.am: Fix include paths and `distclean`Michael Jennings2020-02-284-4/+7
| * libast.spec: Add %{?dist} tag to Release fieldMichael Jennings2020-02-281-1/+1
| * Fix build on RHEL8Michael Jennings2020-02-282-7/+8
* | configure.ac: Remove old MakefileMichael Jennings2020-11-131-2/+1
* | Fix variable name for generated, installed headers so they land in the right ...Michael Jennings2015-03-031-1/+1
* | Update version in spec file. I keep forgetting this isn't auto-generated any...Michael Jennings2015-03-031-1/+1
* | Fix make distcheck on systems where libast hasn't yet been installed.Michael Jennings2015-03-031-1/+1
|/
* Update copyright statements for 2013.Michael Jennings2013-03-2255-56/+60
* Remove RCS keyword strings; Git doesn't support them.Michael Jennings2013-03-2233-77/+0
* Fix CSE check.Michael Jennings2013-03-061-9/+4
* Too soon to remove GRLIBS. Have to wait until rewrite is ready.Michael Jennings2013-03-061-2/+30
* Add LBNL copyright.Michael Jennings2013-03-062-3/+36
* A preview of what's to come.Michael Jennings2013-03-061-0/+11
* More cleanups. Getting ready to rewrite the memory tracking subsystemMichael Jennings2013-03-065-196/+228
* More build fixes and cleanups.Michael Jennings2013-03-064-43/+39
* Some changes to .gitignore got missed somehow.Michael Jennings2013-03-051-0/+10
* Add .gitignore file with correct contents.Michael Jennings2013-03-051-0/+31
* The MEMSET() macro is now an order of magnitude *slower* than glibc.Michael Jennings2013-03-057-89/+59
* Updated the autotools stuff some. Bumped version to 0.8.Michael Jennings2013-03-059-136/+244
* autotools: move to AC_CONFIG_HEADERS.Cedric BAIL2013-01-041-1/+1
* remove .cvsignore filesBoris Faure2011-06-126-105/+0
* Revert and re-apply badnull patchLucas De Marchi2010-08-2611-58/+56
* Revert coccinelle changes.Michael Jennings2010-08-2312-104/+106
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-2112-106/+104
* Do not compare pointers to 0Lucas De Marchi2010-08-101-2/+2
* Added debian/rules files with a new permissions set(755).Daniel Kolesa2009-01-091-0/+75
* prepare debian rules files for new chmod permissions.Daniel Kolesa2009-01-091-75/+0
* Fix a bug in perf test. Don't delete strings in use :)Nicholas Hughart2008-10-261-2/+1
* Sun Oct 26 15:56:20 2008 Michael Jennings (mej)Michael Jennings2008-10-2649-1702/+1581
* configure.in -> configure.acPeter Wehrfritz2008-09-301-1/+1
* fix more binary filesCarsten Haitzler2008-08-171-0/+0
* Fri Aug 18 17:45:56 2006 Michael Jennings (mej)Michael Jennings2006-08-183-0/+248
* Fri Aug 18 13:05:31 2006 Michael Jennings (mej)Michael Jennings2006-08-184-2/+29
* Mon Jul 24 01:47:44 2006 Michael Jennings (mej)Michael Jennings2006-07-243-6/+9
* Thu Jul 13 14:02:08 2006 Michael Jennings (mej)Michael Jennings2006-07-1318-239/+2014
* Tue Apr 25 10:19:10 2006 Michael Jennings (mej)Michael Jennings2006-04-258-2/+180
* Thu Apr 20 16:44:39 2006 Michael Jennings (mej)Michael Jennings2006-04-2010-267/+862
* Fri Feb 24 16:45:38 2006 Michael Jennings (mej)Michael Jennings2006-02-244-7/+24
* Sun Feb 5 00:58:03 2006 Michael Jennings (mej)Michael Jennings2006-02-054-5/+9
* Mon Jan 23 14:29:26 2006 Michael Jennings (mej)Michael Jennings2006-01-237-10/+22
* Thu Dec 22 18:29:54 2005 Michael Jennings (mej)Michael Jennings2005-12-224-4/+8
* Thu Sep 1 02:20:29 2005 Michael Jennings (mej)Michael Jennings2005-09-012-4/+8
* Mon Aug 22 23:02:03 2005 Michael Jennings (mej)Michael Jennings2005-08-232-26/+30
* abort early on if some autotool app failed to runMike Frysinger2005-07-181-5/+13
* define STRICT_ISO_C99 to 1 since later on we check with #if, not with #ifdefMike Frysinger2005-07-161-1/+1
* only define STRICT_ISO_C99 if it isnt already definedMike Frysinger2005-07-141-1/+1