aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson.spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-1/+1
| | | | | | | | | | Co-Authored-By: Hisham Muhammad <hisham@gobolinux.org> Co-authored-by: Mark Pulford <mark@kyne.com.au> Co-authored-by: ichenq <ichenq@gmail.com> Co-authored-by: Cloud Wu <cloudwu@gmail.com> Co-authored-by: caijietao <t0350.prog@gmail.com> Co-authored-by: actboy168 <actboy168@gmail.com> Co-authored-by: wudeng <wudeng256@gmail.com> Co-authored-by: caiyiheng <rangercyh@qq.com>
* Add release notes for 2.1.0 release2.1.0Mark Pulford2012-03-041-0/+3
|
* Bump version to 2.1develMark Pulford2012-03-041-1/+1
|
* Update release date for 2.0.0 to 22 Jan 20122.0.0Mark Pulford2012-03-041-1/+1
|
* Add changelog extra to RPM spec for 2.0.0Mark Pulford2012-03-041-4/+8
|
* Update LuaRocks/RPM descriptionsMark Pulford2012-03-041-4/+4
|
* Convert perf results to HTML and update for 2.0.0Mark Pulford2012-03-041-2/+1
|
* Bump version to 2.0develMark Pulford2012-03-041-1/+1
| | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
* Add an RPM %preun script to remove utf8.datMark Pulford2012-03-041-0/+4
| | | | | | Add an RPM %preun script to remove utf8.dat. Otherwise the user generated test file will cause RPM to leave behind the cjson/tests module directories.
* Bump development version to 1.1develMark Pulford2012-03-041-1/+1
|
* Update archive download URLMark Pulford2012-03-041-1/+1
|
* Update RPM to install extra scripts via makeMark Pulford2012-03-041-2/+8
|
* Update all package descriptions for consistencyMark Pulford2012-01-021-2/+7
|
* Remove POSIX locale workaroundMark Pulford2011-12-291-2/+1
|
* Remove TODO from releasesMark Pulford2011-12-151-1/+1
|
* Automate package releases with build-packages.shMark Pulford2011-12-151-2/+2
| | | | | | build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly
* Convert documentation to AsciiDocMark Pulford2011-12-121-1/+1
| | | | | | | - Rename README to manual.txt and add AsciiDoc markup - Rewrite some sections of documentation (more outstanding) - Add "doc" Makefile target - Update RPM spec file to include HTML output
* Fix Makefile for use with non-GNU makeMark Pulford2011-12-081-2/+3
| | | | | | | | | | | | - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris).
* Update version to 1.0.4Mark Pulford2011-11-271-1/+4
|
* Add release notes for 1.0.31.0.3Mark Pulford2011-09-151-1/+1
| | | | Also update release date in RPM spec file.
* Added THANKS fileMark Pulford2011-08-121-1/+1
| | | | | | | | | | | | | | Louis-Philippe Perron (@loopole) - Mac OSX bug report Steve Donovan <steve.j.donovan@gmail.com> - Window build testing - Luarocks assistance Zhang "agentzh" Yichun <agentzh@gmail.com> - Whitespace suggestion - Solaris isinf() bug - Array detection bug
* Update version to 1.0.3Mark Pulford2011-08-101-1/+4
|
* Change RPM spec to use tar.gzMark Pulford2011-06-211-1/+1
|
* Simplify RPM package description1.0.2Mark Pulford2011-05-291-3/+2
|
* Update version to 1.0.2Mark Pulford2011-05-291-2/+8
|
* Change version number for developmentMark Pulford2011-05-161-1/+1
|
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-1/+1
|
* Update version to 1.0.1Mark Pulford2011-05-101-1/+1
|
* Add TODO file1.0Mark Pulford2011-05-091-1/+1
|
* Add changelog (NEWS)Mark Pulford2011-05-081-1/+1
|
* Add documentation (README)Mark Pulford2011-05-081-1/+1
|
* Add tests directory to RPM %doc installMark Pulford2011-05-051-1/+1
|
* Add benchmark results (performance.txt)Mark Pulford2011-05-041-1/+1
|
* Add build and package supportMark Pulford2011-05-011-0/+48
- Add Makefile and RPM spec file - Add cjson.version variable