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
1a8b296adfbbd253af5b62f081d4622ceb63378d
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
9
Mar
7
6
5
4
3
1
28
Feb
27
26
23
22
20
16
15
14
12
9
7
6
2
1
31
Jan
30
28
26
25
24
23
22
21
20
19
18
17
16
14
13
12
10
9
8
7
5
4
3
2
28
Dec
27
26
25
23
22
19
18
17
12
8
7
5
2
29
Nov
19
31
Oct
29
28
26
24
23
22
20
18
15
14
8
7
6
5
4
3
2
1
30
Sep
29
28
27
25
24
23
22
21
19
17
15
12
10
9
5
26
Aug
25
17
8
29
Jul
24
19
18
17
16
15
14
13
11
8
5
4
2
1
30
Jun
28
22
21
14
13
12
11
10
5
2
29
May
26
24
23
21
19
18
17
16
14
10
7
6
5
2
1
30
Apr
29
28
22
20
19
18
14
13
12
7
6
3
2
31
Mar
30
28
26
25
23
22
21
20
18
15
14
13
9
25
Feb
23
20
19
18
17
16
15
14
13
12
11
10
9
6
5
4
1
31
Jan
29
27
26
25
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
27
Dec
20
19
18
14
13
11
10
9
6
5
4
3
2
1
30
Nov
29
28
- nano.c:help_init() - Various fixes and string changes
Add newlines to gotodir help text
Header fixes.
- nano.c:usage() - Rewritten to encompass systems with and without GETOPT_LONG. New function print1opt does most of the dirty work, stops duplication of effort and eases translator's jobs. Also breaks all the current translations ;-)
Catalan, Indonesian and Spanish translation updates.
- nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi)
German & Swedish translation updates.
- nano.c:help_init() - Capitalize Meta altkeys
- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard
- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard
Groar. Kill it this time.
- files.c:check_writable_directory() - Stat full_path, not path (Steven Kneizys)
NANO_SMALL issues
shitstamp
Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys)
Back to CVS
GNU nano 1.1.7 release
nano.c:do_justify() - Don't continue to justify string if it's indented more (quoting wise) than the beginning of the justification
justify_format(), do_justify() - Various fixes for starting blank spaces, spaces after punctuation, & segfault with quoting strings (David Benbennick)
We actually need ac 2.52.
Removed m4 stuff from topdir Makefile.am, again.
Polish translation updates (Wojciech Kotwica).
Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every time I touch configure.ac
Minor fix for quote code, forgot to adjust null by qdepth
Added -N, -Q.
Prototype fix for get_full_path (DLR)
Fixed broken mouse handling with new shortcut setup
Fix typo and add man page
Add rcfile support for quotestr and fix strcasestr
- Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr()
Make do_cursorpos() use xpt() instead of just current_x which is inaccurate
Back out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf
- utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systems
Get rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL check
Makefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-)
- Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils.c:free_shortcutage() (got to love that name\!) & free_toggles(), and big cleanup program thanks_for_all_the_fish() (originally thanks_for_the_memories()). Mods to shortcut_init() by Chris
I suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit!
Argh. Now call autoheader after aclocal.
Move to autoconf 2.5.
Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes
Menu
Projects
Groups
Snippets
Help