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
bf84e5972daade228ad4bfdb831c86a7d09b4739
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
17
Mar
14
13
12
11
10
9
4
1
29
Feb
28
26
25
24
23
22
21
20
18
16
15
14
13
12
11
10
9
7
6
5
31
Jan
29
26
25
24
22
21
20
17
15
14
13
12
11
10
9
7
4
3
2
31
Dec
30
29
23
22
20
18
11
8
7
6
5
4
3
2
1
30
Nov
29
28
26
25
24
23
22
21
12
11
10
8
7
6
2
31
Oct
29
28
27
5
Sep
4
29
Aug
16
13
12
11
9
8
6
4
3
2
1
31
Jul
30
29
28
26
25
23
22
19
18
17
15
13
12
10
6
5
28
Jun
27
23
20
18
17
14
11
7
4
2
31
May
28
21
20
8
3
28
Apr
25
21
20
18
17
14
13
12
11
8
7
5
3
28
Mar
27
25
23
22
21
20
17
15
14
8
7
27
Feb
25
21
18
16
15
9
7
3
1
20
Jan
14
6
3
28
Dec
30
Nov
21
Sep
29
Aug
10
7
3
2
1
31
Jul
27
24
22
21
17
16
13
12
11
7
3
2
Using the Search key bindings also during a Re-search, to enable cancelling.
Rearranging some things to reduce the indentation level by four steps,
Making an error message equal to others, to reduce the msgid count.
Avoiding to dereference a possible NULL.
Giving a central variable a ringing name --
Renaming a variable, from 'endcolor' to 'lastcolor', to fully avoid
Combining the regular-expression flags at compile time instead of at run time.
Allowing the use of word boundary markers \< and \> in search strings on
Mentioning SVN instead of CVS, in the docs and in a comment.
Refinding the tail of the colors list only when extending,
Renaming a variable.
Reducing the indentation by short-circuiting a loop.
Renaming two functions, to be more distinguishable --
Tweaking the Changelog a bit, and the NEWS file (double spacing version jumps).
Unnesting two ifs -- to put filenames, headerlines, and magic strings
Setting the syntax and regex pointers just once, in a single place.
Fixing compilation when configured with --enable-tiny plus --enable-nanorc.
Checking for an open syntax first, before checking it is named "default".
Eliding a variable.
Tweaking some comments and reshuffling/reindenting some lines.
Fixing compilation when configured with --enable-tiny plus --enable-browser.
Renaming a variable to better fit its new role.
Turning the linked list of syntaxes upside-down, so that the last-defined one
Eliding the functions parse_header_exp() and parse_magic_exp(),
Folding the parsing of a linter and formatter command into a single routine.
Not accepting 'header" and 'magic' commands for the default syntax.
Using the grab_and_store() function also for gathering up extension regexes.
Producing an adequate error message when the syntax name is improperly quoted.
Tweaking a few things and renaming a variable.
Renaming three variables.
Eliding the now too tiny function free_list_item().
Deleting a now-unused struct member.
Not bothering to keep the compiled regular expression when it matched.
Allowing to select an empty syntax. And selecting the last
Not bothering to discard a duplicate syntax -- selecting simply the
Not dereferencing symlinks, so that the syntax will be derived from the
Fixing breakage of r5695 -- I confused nregcomp() with regcomp(). :(
Renaming a variable and reshuffling a few lines.
"Closing" an extended syntax again, to prevent sneakily extending
Arranging some things more orderly.
Menu
Projects
Groups
Snippets
Help