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
d37f6a3f5cf831048f6db3239f585c1d39144369
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
23
Jun
22
21
20
19
18
17
16
15
14
13
12
10
9
8
7
6
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
17
16
15
14
8
6
3
2
29
Apr
27
26
25
20
19
18
16
15
14
13
10
9
8
7
6
5
4
1
31
Mar
30
29
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
4
2
1
25
Feb
23
22
14
12
11
10
9
8
7
31
Jan
28
27
25
24
22
20
19
18
17
16
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
in disable_flow_control() and enable_flow_control(), only turn off flow
more cosmetic fixes
remove all instances of charcpy() and replace them with strncpy(), for
put back erroneously removed bits
typo fixes
change some instances of charcpy() back to strncpy(), as the latter's
oops; do_yesno() doesn't need display_string(); it only needs to use
in titlebar(), handle VERLEN's being a UTF-8 string
fix total_redraw() so that it always keeps the cursor in the same window
in do_yesno(), add a missing assert, and use display_string() to display
per Jordi's suggestion, change the toggle for -E/--tabstospaces to
per Jordi's suggestion, remove the Meta-U toggle for -U/--quickblank;
more cosmetic fixes
revert last change, since it'll cause problems with arguments containing
in configure.ac, add a few more minor consistency fixes
comment fixes
revert last change, as the multibyte strcoll() functions can't handle
add a multibyte case-insensitive version of strcoll(), and make
cosmetic fixes
recover properly when the alternate spell checker fails
make sure the function checks are *really* in alphabetical order
comment fix
typo fix
remove unnecessary variables from and add missing asserts to
typo fix
update the "Feature Toggles" section in nano.texi to match current nano
when reading color syntax names or sorting filenames, use mbstrcasecmp()
in read_line(), rename variable len to buf_len, for consistency
comment and indentation fixes
remove the reset_cursor() call in statusq(), as it erroneously leaves
comment fix
in configure.ac, check for possibly unavailable functions in
formatting fixes for Makefile.am and m4/Makefile.am
formatting fixes
in configure.ac, check for get_wch() instead of wget_wch() to determine
rename total_update() total_redraw() for consistency
work around slang brain damage in total_update()
fix still more minor display update problems
fix more minor screen update problems
n is ignored in the mbstowcs() call, so it can be 0 instead of
Menu
Projects
Groups
Snippets
Help