summaryrefslogtreecommitdiff
path: root/src/oniguruma
Commit message (Collapse)AuthorAgeFilesLines
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-013-0/+0
|
* Remove unneeded .cvsignore files.Reuben Thomas2010-08-011-1/+0
|
* Simplify collection of extra compilation arguments.Reuben Thomas2010-07-311-11/+11
|
* Simplify the build system, adding the test target to common.mak (andReuben Thomas2010-07-311-1/+1
| | | | | | renaming it “check” for compatibility with GNU autotools), and using a list of library names to perform the top-level build, check and clean targets, rather than hand-written targets for each library.
* Rename per-library makefiles to Makefile.Reuben Thomas2010-07-311-0/+0
|
* Change ALG_NOMATCH to a macro that takes an argument, likeReuben Thomas2010-07-301-1/+1
| | | | ALG_ISMATCH, because the GNU API can return two different error codes.
* Casts to suppress compiler warnings.shmuz2010-07-061-5/+8
|
* several files: luaL_typerror renamed to luaL_typeerror (as in Lua 5.2).shmuz2010-01-191-2/+1
| | | | common.h: added a macro for handling luaL_typeerror and luaL_typerror.
* prepare to release 2.4.0shmuz2008-08-042-1/+335
|
* Add .cvsignore files to ignore .so's.niklas2008-07-301-0/+1
|
* Remove a stray _cdecl.niklas2008-07-302-4/+6
| | | | | | | | | Change stricmp (non-standard name) to strcasecmp (POSIX 2001 name). Change include path for oniguruma.h. If installed under /usr/include/oniguruma, an additional -I flag is needed; on Ubuntu (and hence presumably Debian) the include files are stored directly under /usr/include.
* Fix makefile paths for common files.niklas2008-07-301-4/+4
|
* 1) Moving files: each binding to its dedicated directory.shmuz2008-07-303-0/+610
2) Oniguruma binding added.