-
873a88d8 · Replace all misuses of "int" and "long" with "size_t" in src/ptr-ar...
-
e26856fc · Replace some misuses of "int" with "size_t" in src/run.c
- ... and 1 more commit. Compare 1ea9e760...e26856fc
-
1ea9e760 · Allow calling "xstrcut" function with 0 size argument
-
b1ea5f33 · Add source location info to bug handler output
-
e46c6894 · Use binary search instead of linear search in "allowed_command" fun...
-
f10f87f4 · Add "nonnull" attribute to string comparison functions in src/common.h
-
50fcb37f · Make "check" target depend on "all" instead of just "$(dte)"
-
b56b9331 · Rename "src/ctype.h" to "src/ascii.h"
-
a5384e46 · Add some missing header includes
-
6d80a80a · Build with "-std=c99" compiler flag instead of "-std=gnu99"
-
1d07b5f6 · Print origin of user-overridable variables in "make vars" output
-
ec31842b · Put compiler depfile flags in DEPFLAGS variable instead of BASIC_CF...
- ... and 1 more commit. Compare ca90d1ad...ec31842b
-
ca90d1ad · Show value of DEBUG variable in "make vars" output
-
f082d5d6 · Const-correctness fixes in src/buffer.c and src/change.c
-
f31659a7 · Remove save_state function and inline the code into its only caller
-
e5e5ca53 · Run "make vars" before running CI tests
- ... and 1 more commit. Compare 9155cbb5...e5e5ca53
-
9155cbb5 · Adjust some makefile flags/variables to follow common conventions
-
7bd1bf02 · Make flow of code in "shift_lines" function easier to follow