| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Work around Solaris awk limitations:
- Limit line lengths to 2500 bytes
- Use "count > 0" instead of "count" for test expression
|
|
|
|
|
| |
Bump version to 2.0devel due to significant changes and updated API
(runtime config not fully backwards compatible).
|
|
|
|
|
|
| |
Fix runtests.sh after:
- "util" module moved to lua/cjson
- "version" removed
|
| |
|
|
|
|
|
|
| |
build-packages.sh has several advantages:
- Automatically bumps version numbers
- Builds HTML documentation on the fly
|
| |
|
|
|
|
|
| |
Display failed tests, and successful/total test counts.
Use "awk" to provide a portable "ggrep -E" with context.
|
|
|
|
| |
Update runtests.sh to exit if an old copy of cjson.so is found.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|