index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
cgram
Age
Commit message (
Expand
)
Author
2023-05-10
cgram: replace comments with code
rillig
2022-06-12
cgram: allow cursor navigation with KEY_BEG as well
rillig
2022-05-14
cgram: clear bottom line of the screen at the end
rillig
2022-03-28
cgram: define a word as a sequence of letters, not non-whitespace
rillig
2021-10-29
cgram(6): realloc(x * y) -> reallocarr
nia
2021-05-28
I don't see any code I wrote left in here.
dholland
2021-05-28
Restore return value of main, arbitrarily thrown away in -r1.4.
dholland
2021-05-01
cgram: rename local functions
rillig
2021-04-29
cgram: in hinting mode, show all correct characters in bold face
rillig
2021-04-25
cgram: use ASCII-only implementation of <ctype.h> functions
rillig
2021-04-25
cgram: provide usage on incorrect invocation
rillig
2021-04-25
cgram: conform to lint's strict bool mode, KNF
rillig
2021-04-22
cgram: allow providing an input file instead of the random fortune
wiz
2021-02-26
cgram: don't beep if the window is resized
rillig
2021-02-26
cgram: place the 'solved' marker nearer to the text
rillig
2021-02-26
cgram: make the 'solved' stand out more
rillig
2021-02-22
cgram: fix assertion when substituting at the end of the longest line
rillig
2021-02-22
cgram: add advanced cursor movement with tab, shift+tab, return
rillig
2021-02-22
cgram: properly handle input errors
rillig
2021-02-21
cgram: allow navigation with KEY_PPAGE and KEY_NPAGE
rillig
2021-02-21
cgram: rewrite completely, fixing bugs and style
rillig
2021-02-21
cgram: WARNS=6, use int for all coordinates
rillig
2021-02-21
cgram: consistently use char for characters
rillig
2021-02-21
cgram: fix undefined behavior when pressing function keys
rillig
2021-02-21
cgram: adjust style to survive lint's strict bool mode
rillig
2021-02-21
cgram: sort includes
rillig
2021-02-21
cgram: indent
rillig
2021-02-21
cgram: fix Home key for cursor navigation
rillig
2020-07-02
cgram(6): use standard cursor keys, use standard shuffle algorithm
rillig
2013-08-04
Add RCS Id.
wiz
2013-08-04
Add a curses gizmo for solving Sunday-paper-type cryptograms based on
dholland