summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)AuthorFilesLines
2008-05-12Remove internal copy of Lua for goodPanu Matilainen58-16108/+0
- we can do just fine with externally linked lua, no need to carry this around
2008-04-16Start phasing out internal copy of LuaPanu Matilainen10-1601/+0
- don't build internal copy of Lua - move 3rd party extensions (posix and rexlib) to toplevel luaext/ directory, built by default (unless --without-lua specified) - auto*foo checks for external Lua - minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1
2007-11-07Remove .splintrc's in the treePanu Matilainen1-92/+0
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-1/+2
2007-10-01Remove (unused).Ralf Corsépius3-13/+0
2007-09-11Remove (Unused).Ralf Corsépius1-28/+0
2007-09-11Remove splint tags.Ralf Corsépius51-1313/+268
2007-09-05Add RPMCONFIGDIR to lua_lua_CPPFLAGS.Ralf Corsépius1-0/+1
2007-09-03Remove lint-support.Ralf Corsépius1-73/+0
2007-08-13Use *_CPPFLAGS instead of *_CFLAGS.Ralf Corsépius1-3/+3
2007-08-13Remove -lncurses (unused).Ralf Corsépius1-1/+1
2007-08-12Remove -I$(includedir) from AM_CPPFLAGS (bogus).Ralf Corsépius1-1/+1
2007-08-05Automake cleanups.Panu Matilainen1-2/+2
- Replace INCLUDES with AM_CPPFLAGS (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in modern automakes for several years) - Require autoconf-2.61 and automake-1.10 (already required by autogen.sh) - update mkinstalldirs with the version from automake-1.10 (The version in rpm is ancient and known to be bugged) Patch from Ralf Corsepius
2007-07-24Add linit.h to liblua sources (distcheck sanity)Panu Matilainen1-0/+1
2007-07-11Add missing includes to local lua sources.Panu Matilainen3-0/+3
2007-06-06Make peace with auto*foo.Panu Matilainen1-3/+3
- Remove checks for internal zlib - Don't try to auto*foo'ize nonexistent zlib, sqlite subdirs. Db3 subdir isn't auto*-enabled - Set AM_GNU_GETTEXT_VERSION to make auto"#¤"# to realize we're using gettext - Don't stomp into auto*** namespace with LUA_SPLINT stuff (from JBJ)
2007-04-16Build lua without readline support.Paul Nasrat2-1/+4
Patch from OpenSuSE
2005-02-16- remove remnant -I/opt/local hacks, --prefix=/usr is recommended.jbj1-1/+1
CVS patchset: 7773 CVS date: 2005/02/16 20:04:28
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-1/+1
- use waitpid rather than SIGCHLD reaper. - rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do. CVS patchset: 7761 CVS date: 2005/02/13 03:01:09
2005-01-17Build on macosx.jbj1-1/+1
CVS patchset: 7701 CVS date: 2005/01/17 23:58:09
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-0/+5
CVS patchset: 7673 CVS date: 2005/01/04 19:31:31
2004-10-09Doxygen and cpp nit picks.jbj2-1/+2
CVS patchset: 7443 CVS date: 2004/10/09 21:58:33
2004-03-23Adding missing entries in EXTRA_DIST.niemeyer1-1/+6
CVS patchset: 7186 CVS date: 2004/03/23 18:38:19
2004-03-23Splint annotations.jbj54-618/+2113
CVS patchset: 7182 CVS date: 2004/03/23 05:09:13
2004-03-23Splint annotations.jbj3-129/+259
CVS patchset: 7181 CVS date: 2004/03/23 02:27:55
2004-03-19Upgrading to Lua 5.0.2.niemeyer10-39/+65
CVS patchset: 7179 CVS date: 2004/03/19 21:14:32
2004-03-19- New internal Lua support scheme, laying under rpmio.niemeyer2-37/+40
- New API abstracting access to Lua state (rpmlua is abstract to everyone but rpmlua.c). - New %{lua: ... } macro. Modified Files: lib/Makefile.am lib/psm.c lib/rpmts.c lua/local/linit.lch lua/local/linit.lua rpmio/Makefile.am rpmio/macro.c Added Files: rpmio/rpmlua.c rpmio/rpmlua.h Removed Files: lib/rpmlua.c lib/rpmlua.h CVS patchset: 7178 CVS date: 2004/03/19 20:08:20
2004-03-16- Implemented support for internal Lua scripts.niemeyer69-0/+17286
- Implemented %pretrans and %posttrans script slots. Changed files: Makefile.am configure.ac build/pack.c build/parseScript.c build/parseSpec.c build/rpmbuild.h build/rpmspec.h lib/Makefile.am lib/psm.c lib/rpmlib.h lib/rpmlibprov.c lib/rpmts.c lib/rpmts.h lib/transaction.c Added files: lib/rpmlua.c lib/rpmlua.h lua/* CVS patchset: 7175 CVS date: 2004/03/16 21:58:25