| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Look for .d files in the right places | Tavian Barnes | 2022-05-11 | 1 | -1/+1 |
* | Makefile: New check-install target | Tavian Barnes | 2022-05-09 | 1 | -0/+8 |
* | docs: Move some documentation into a subfolder | Tavian Barnes | 2022-04-21 | 1 | -1/+1 |
* | Add basic zsh completion | Arvid Norlander | 2022-04-21 | 1 | -0/+3 |
* | Makefile: Put the main .o files under build/src | Tavian Barnes | 2022-04-21 | 1 | -35/+31 |
* | Makefile: Generate build/FLAGS.new with its own target | Tavian Barnes | 2022-04-21 | 1 | -4/+7 |
* | Makefile: Replace flags.sh with a two-line recipe | Tavian Barnes | 2022-04-19 | 1 | -1/+2 |
* | Makefile: Move .flags to build/FLAGS | Tavian Barnes | 2022-04-19 | 1 | -6/+6 |
* | Makefile: Quiet errors from git describe | Tavian Barnes | 2022-04-19 | 1 | -3/+5 |
* | Makefile: Spread out the .PHONY targets | Tavian Barnes | 2022-04-18 | 1 | -2/+9 |
* | Makefile: Use a recipe to update .flags rather than $(shell) | Tavian Barnes | 2022-04-18 | 1 | -8/+4 |
* | tests: Also put build outputs under build/ | Tavian Barnes | 2022-04-16 | 1 | -11/+11 |
* | Keep Build Files In `build` (#89) | トトも | 2022-04-16 | 1 | -29/+32 |
* | Source / Include Folder (#88) | トトも | 2022-04-16 | 1 | -1/+4 |
* | Release 2.52.5 | Tavian Barnes | 2022-03-27 | 1 | -1/+1 |
* | Update from C99 to C11 | Tavian Barnes | 2022-03-25 | 1 | -1/+1 |
* | Don't shadow standard headers | Tavian Barnes | 2022-03-12 | 1 | -5/+5 |
* | Makefile: Disable onig-config for the 32-bit distcheck build | Tavian Barnes | 2022-03-11 | 1 | -2/+2 |
* | Makefile: Enable time64 | Tavian Barnes | 2022-03-11 | 1 | -0/+1 |
* | Makefile: Add lsan and tsan flag targets | Tavian Barnes | 2022-03-09 | 1 | -1/+13 |
* | Makefile: Make separate variables for Oniguruma flags | Tavian Barnes | 2022-02-28 | 1 | -3/+6 |
* | Release 2.4.12.4.1 | Tavian Barnes | 2022-02-24 | 1 | -1/+1 |
* | Makefile: Automatically discover the right flags to build with Oniguruma | Tavian Barnes | 2022-02-24 | 1 | -4/+11 |
* | Release 2.42.4 | Tavian Barnes | 2022-02-22 | 1 | -1/+1 |
* | Use EXTRA_CFLAGS instead of CFLAGS in make distcheck | Tavian Barnes | 2022-02-21 | 1 | -1/+1 |
* | Enable Oniguruma by default | Tavian Barnes | 2022-02-21 | 1 | -5/+9 |
* | Makefile: Allow extra flags to be passed with EXTRA_*FLAGS variables | Tavian Barnes | 2022-02-09 | 1 | -4/+4 |
* | regex: Add support for emacs and grep types | Tavian Barnes | 2022-02-04 | 1 | -0/+1 |
* | tests: Allow tests.sh to be invoked from any directory | Tavian Barnes | 2022-02-01 | 1 | -1/+1 |
* | Standardize WITH_* make variables for configuring dependencies | Tavian Barnes | 2022-01-29 | 1 | -19/+40 |
* | Apply suggestions from code review | data-man | 2022-01-24 | 1 | -10/+5 |
* | Using Oniguruma library (optionally) | data-man | 2022-01-24 | 1 | -0/+10 |
* | Release 2.3.12.3.1 | Tavian Barnes | 2022-01-21 | 1 | -1/+1 |
* | Release 2.3 | Tavian Barnes | 2021-11-25 | 1 | -1/+1 |
* | Release 2.2.12.2.1 | Tavian Barnes | 2021-06-02 | 1 | -1/+1 |
* | Enable -Wimplicit-fallthrough | Tavian Barnes | 2021-06-02 | 1 | -1/+8 |
* | Release 2.22.2 | Tavian Barnes | 2021-03-06 | 1 | -1/+1 |
* | Support -flags on all the BSDs | Tavian Barnes | 2021-03-06 | 1 | -0/+4 |
* | Update copyright dates | Tavian Barnes | 2021-02-05 | 1 | -1/+1 |
* | Makefile: Give LTO linking access to the jobserver | Tavian Barnes | 2021-01-29 | 1 | -1/+1 |
* | dir: New DIR* facade | Tavian Barnes | 2021-01-28 | 1 | -0/+1 |
* | Enable -Wshadow by default | Tavian Barnes | 2021-01-28 | 1 | -1/+1 |
* | Makefile: Install completions | Tavian Barnes | 2021-01-24 | 1 | -1/+4 |
* | Makefile: Fix behaviour if .flags doesn't exist yet | Tavian Barnes | 2020-12-19 | 1 | -1/+7 |
* | Makefile: Clean up check dependencies a bit | Tavian Barnes | 2020-12-16 | 1 | -8/+12 |
* | Makefile: Avoid rebuilding everything for make release main.o | Tavian Barnes | 2020-12-16 | 1 | -20/+25 |
* | Makefile: Rebuild whenever the build flags change | Tavian Barnes | 2020-12-10 | 1 | -1/+5 |
* | Makefile: Clean up flag handling a bit | Tavian Barnes | 2020-11-30 | 1 | -4/+4 |
* | Makefile: Only do -m32 during distcheck on x86_64 | Tavian Barnes | 2020-11-30 | 1 | -0/+6 |
* | Makefile: Run tests with --verbose during distcheck | Tavian Barnes | 2020-11-28 | 1 | -1/+3 |