Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Graph
670a56c2416343dba9d48681fea586e8e4635bc3
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Jan
15
14
13
12
11
8
7
5
4
3
2
1
31
Dec
29
28
27
24
23
22
21
20
18
15
13
12
9
8
7
6
5
4
2
1
29
Nov
28
27
26
25
24
23
22
21
20
18
17
16
15
13
12
11
8
7
6
5
4
3
2
1
31
Oct
30
29
27
26
25
24
23
22
21
19
18
16
15
14
11
9
8
7
6
5
4
3
1
30
Sep
28
27
25
24
23
22
18
12
11
10
7
5
1
31
Aug
29
28
27
26
25
18
17
12
11
10
7
5
4
1
31
Jul
30
29
28
27
24
23
20
18
17
13
12
10
8
7
6
5
3
2
1
30
Jun
29
28
27
26
25
24
22
15
12
10
9
5
4
3
1
31
May
30
29
28
27
25
24
23
22
20
19
18
17
14
13
8
7
5
1
30
Apr
29
28
27
24
23
22
21
20
19
16
15
7
5
31
Mar
30
29
19
15
14
13
11
8
7
5
4
3
2
29
Feb
28
27
26
25
24
16
7
6
3
1
31
Jan
30
29
28
27
26
25
23
22
19
16
15
14
12
10
9
6
5
3
29
Dec
28
24
improve the checks needed to determine if wide character support is
remove duplicate prototype
tweak do_next_word() and do_prev_word() to make sure they don't parse
make do_prev_word() work with multibyte strings, and update various
add missing free()
revert previously added extra calls to move_mbright(); it's more
rename move_left() and move_right() to move_mbleft() and move_mbright(),
add multibyte and wide equivalents of isalnum(), make do_next_word()
more cosmetic fixes
add missing changelog update
make do_statusbar_cut_text() respect the CUT_TO_END flag
in src/Makefile.am, if we're installing and the "rnano" symlink already
tweak new_file() to use mallocstrcpy() instead of charalloc() followed
use the right number of characters when calling the multibyte equivalent
minor fixes involving is_byte()
fix the previous fix
fix the multibyte equivalent of strnlen() so that it actually works
move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen()
add missing memory corruption fix to do_statusbar_output()
add asserts, plus a few more cosmetic fixes
cosmetic fixes
a few forgotten copyright year updates
the is_xxx_char() functions should take unsigned ints for consistency
fix problem where displaying multiline regexes that have their start on
use actual UTF-8 in do_credits()
add comments
make the "smart home" routines handle multibyte blank characters
add minor fixes to make the displaying of invalid multibyte sequences
massive updates to multibyte/wide character support; deal with multibyte
comment fix
miscellaneous high-level input routine fixes: in do_statusbar_input(),
remove display_string_len() again for the time being, since it's still
more minor shortcut-related fixes
remove erroneous #ifdef around a currshortcut reference, do another int
miscellaneous cleanups for the multibyte parsing functions
add a cosmetic fix and a fix for a potential compilation problem exposed
minor utility tweaks
really fix the memory corruption problem in display_string()
remove redundant code
fix display problem caused by the memory corruption fix
Menu
Projects
Groups
Snippets
Help