| 2026-03-20 08:13 | Update patches | Страхиња Радић | 4 | +39 | -38 |
| 2026-03-17 19:48 | lib/make{date,version}: Synchronize build scripts with my other projects | Страхиња Радић | 2 | +36 | -8 |
| 2026-02-12 13:46 | sled.c(load_file): Properly cleanup if binary file is given | Страхиња Радић | 1 | +2 | -0 |
| 2026-02-06 22:08 | INSTALL: Add info about Haiku | Страхиња Радић | 1 | +1 | -1 |
| 2026-02-06 21:58 | Remove config.mk, add system-specific config.* files | Страхиња Радић | 5 | +55 | -39 |
| 2026-02-06 20:30 | lib/make{date,version}: Workaround HaikuOS goofy environment | Страхиња Радић | 2 | +14 | -12 |
| 2026-02-05 21:30 | lib/mkpack: Update from other projects | Страхиња Радић | 1 | +2 | -2 |
| 2026-02-02 22:31 | lib/make{date,version}: Provide fallback for systems without getent | Страхиња Радић | 2 | +38 | -2 |
| 2026-01-28 14:57 | Update patches | Страхиња Радић | 4 | +63 | -60 |
| 2026-01-25 22:06 | sled.c: Simplified the error handling code near the end of main | Страхиња Радић | 3 | +26 | -18 |
| 2026-01-25 18:31 | Fix SEGV when no filename and -b/-B; get rid of exit code 1 | Страхиња Радић | 4 | +19 | -7 |
| 2026-01-24 21:34 | Add -B/-b; change consts in config.def.h to not const | Страхиња Радић | 5 | +56 | -27 |
| 2026-01-24 19:45 | termbox.diff: Update from source | Страхиња Радић | 1 | +4 | -2 |
| 2026-01-24 11:20 | Fix tb_init on OpenBSD - add unveil_terminfo_path; add termbox.h diff | Страхиња Радић | 4 | +245 | -0 |
| 2026-01-24 01:37 | Update copyright year | Страхиња Радић | 9 | +9 | -9 |
| 2026-01-24 01:36 | Handle termbox errors; update termbox.h from upstream | Страхиња Радић | 7 | +1427 | -545 |
| 2026-01-23 00:10 | Update TODO | Страхиња Радић | 1 | +5 | -0 |
| 2026-01-15 00:18 | Update TODO | Страхиња Радић | 1 | +7 | -1 |
| 2025-12-31 10:20 | patch/syntax.patch: Fix literals containing \\ | Страхиња Радић | 1 | +55 | -50 |
| 2025-12-30 16:06 | Bugfix: backspacing text erased beginning of previous line | Страхиња Радић | 3 | +6 | -5 |
| 2025-11-09 00:20 | Update TODO | Страхиња Радић | 1 | +2 | -0 |
| 2025-10-18 01:12 | sled.c(main): Fix exit code when no error; run clang-format -i | Страхиња Радић | 1 | +13 | -11 |
| 2025-10-17 13:54 | Update copyright year | Страхиња Радић | 14 | +16 | -16 |
| 2025-10-17 08:42 | sled.c(main): Fix instances of exiting with 1 instead of actual errno | Страхиња Радић | 1 | +2 | -2 |
| 2025-10-17 08:36 | Fix errno handling and sled exit status to be consistent with manpage | Страхиња Радић | 1 | +5 | -1 |
| 2025-10-17 07:44 | sled.c(handle_key_event): Get callback logic in order; (save_file): Synchronize logic with handle_key_event | Страхиња Радић | 2 | +32 | -9 |
| 2025-10-17 06:42 | draw.c: Add error message for ERR_ERRNO_SET to prevent potential should-not-happen | Страхиња Радић | 1 | +2 | -1 |
| 2025-08-22 09:48 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2025-08-12 22:16 | sled.c(main_skip_backups): Remove dead code | Страхиња Радић | 1 | +0 | -1 |
| 2025-08-12 22:09 | sled.c(cp): Pass third argument to open with O_CREAT | Страхиња Радић | 1 | +8 | -5 |
| 2024-12-16 13:35 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2024-11-07 17:00 | sled.c(load_file): Allow files not ending with EOL | Страхиња Радић | 1 | +15 | -4 |
| 2024-11-02 10:48 | Syntax patch: remove unused variables, rebase onto correct commit | Страхиња Радић | 3 | +24 | -795 |
| 2024-11-02 10:36 | Update TODO | Страхиња Радић | 1 | +2 | -0 |
| 2024-11-02 10:34 | Update patches | Страхиња Радић | 4 | +872 | -162 |
| 2024-11-02 09:35 | Bugfix: SEGV with format_codep on C-O; don't free memory on exit | Страхиња Радић | 4 | +9 | -21 |
| 2024-11-02 09:35 | Overhaul and optimize error handling; avoid free on alloc errors | Страхиња Радић | 8 | +221 | -348 |
| 2024-10-29 18:14 | Fix removing blank lines when wrapping selection | Страхиња Радић | 3 | +63 | -27 |
| 2024-10-27 11:42 | Add open_binary option (by default disabled) | Страхиња Радић | 6 | +31 | -4 |
| 2024-10-25 21:03 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2024-10-19 20:52 | util.h: Fix tricky SEGV by putting macro parameters in parentheses | Страхиња Радић | 1 | +2 | -2 |
| 2024-09-26 09:59 | Update TODO | Страхиња Радић | 1 | +9 | -2 |
| 2024-09-26 09:32 | util.h(ENSURE_SIZE): Move the assignment to tosize after successful reallocation, use fromsize directly in the call to realloc | Страхиња Радић | 1 | +3 | -3 |
| 2024-09-19 14:07 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2024-09-19 14:00 | Bugfix: wrapping last line in the file, remove whitespace at start | Страхиња Радић | 3 | +22 | -17 |
| 2024-09-18 20:06 | Update TODO | Страхиња Радић | 1 | +5 | -0 |
| 2024-09-18 19:56 | sled.c(wrap_para): Fix edge case of wrapping the last line in a file | Страхиња Радић | 1 | +2 | -3 |
| 2024-09-16 18:39 | util.c(u32_strchr,u32_is_word_boundary): Avoid wide string literals | Страхиња Радић | 1 | +18 | -7 |
| 2024-09-08 10:13 | lib/make{date,version}: Workaround cropped usernames in ls output | Страхиња Радић | 2 | +13 | -5 |
| 2024-09-07 12:27 | Update patches | Страхиња Радић | 4 | +244 | -325 |
| 2024-09-07 11:55 | Add struct Color and convert defines to it | Страхиња Радић | 6 | +125 | -101 |
| 2024-08-27 11:09 | Bugfix: Wrapping a paragraph with C-J wasn't wrapping the last line | Страхиња Радић | 3 | +5 | -5 |
| 2024-08-26 10:07 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2024-08-09 12:14 | patch/syntax.patch: Use a different strategy with regards to 32-bit Unicode, wchar_t and char's in keyword/operator/comment delimiter lists | Страхиња Радић | 1 | +6 | -6 |
| 2024-08-09 12:02 | patch/syntax.patch: Use a different strategy with regards to 32-bit Unicode, wchar_t and char's in keyword/operator/comment delimiter lists | Страхиња Радић | 1 | +294 | -81 |
| 2024-08-09 11:59 | util.h: Add MAX macro | Страхиња Радић | 1 | +1 | -0 |
| 2024-08-08 21:36 | patch/syntax.patch: Account for systems where wchar_t is 16-bit | Страхиња Радић | 1 | +158 | -144 |
| 2024-08-08 12:10 | patch/{bw,dark}-theme.patch: Remove leftover artefacts from merge | Страхиња Радић | 2 | +12 | -136 |
| 2024-08-08 12:07 | patch/{bw,dark}-theme.patch: Update patches | Страхиња Радић | 2 | +137 | -13 |
| 2024-08-08 12:06 | patch/light-theme.patch: Remove leftover artefact from merge | Страхиња Радић | 1 | +12 | -13 |
| 2024-08-08 11:51 | patch/syntax.patch: Improve accuracy at expense of speed; multiline comments corner case fix | Страхиња Радић | 1 | +118 | -106 |
| 2024-08-08 11:46 | draw.c: Separate header comment from the rest of file | Страхиња Радић | 1 | +1 | -0 |
| 2024-08-08 10:59 | patch/syntax.patch: Remove the update which should have been in master branch | Страхиња Радић | 1 | +10 | -37 |
| 2024-08-08 09:38 | sled.c(main): Avoid potential SEGV when the result of memccpy is NULL | Страхиња Радић | 1 | +8 | -4 |
| 2024-08-07 21:45 | Update TODO | Страхиња Радић | 1 | +3 | -0 |
| 2024-08-07 21:35 | patch/syntax.patch: Remove cast to const char | Страхиња Радић | 1 | +7 | -7 |
| 2024-08-07 21:13 | patch/syntax.patch: New patch (syntax highlighting) | Страхиња Радић | 1 | +1104 | -0 |
| 2024-08-07 21:08 | draw.c: Reformat comments | Страхиња Радић | 1 | +29 | -20 |
| 2024-07-18 20:54 | .gitignore: Add tags | Страхиња Радић | 1 | +2 | -0 |
| 2024-07-18 18:03 | sled.c(load_file): Bugfix: prevent conditional jump based on UD val | Страхиња Радић | 1 | +2 | -2 |
| 2024-07-18 15:14 | Add assert(3) calls (non-exhaustive, first version) | Страхиња Радић | 4 | +251 | -137 |
| 2024-07-17 20:14 | sled.c(do_search_replace): Bugfix: prevent memory leak by freeing buf | Страхиња Радић | 1 | +7 | -6 |
| 2024-07-17 11:40 | sled.c(position_to): Limit first_shown_col updating, when moving to the right of last character or to the left of the first, to bottom and top of screen respectively | Страхиња Радић | 1 | +7 | -3 |
| 2024-07-16 17:07 | sled.c(position_to): Bugfix: pressing right in the last line of screen or left in the first didn't update first_shown.row | Страхиња Радић | 1 | +5 | -0 |
| 2024-07-15 23:28 | Bugfix: SEGV when passing directory at command line; improve error message when argument is not a regular file | Страхиња Радић | 2 | +3 | -1 |
| 2024-07-15 14:54 | notes/first-shown-column: New file | Страхиња Радић | 1 | +13 | -0 |
| 2024-07-15 14:53 | Update patches | Страхиња Радић | 3 | +47 | -34 |
| 2024-07-15 14:48 | config.def.h: Correct output format to match current type: %ld -> %d | Страхиња Радић | 1 | +1 | -1 |
| 2024-07-15 14:46 | Update the email address | Страхиња Радић | 2 | +2 | -2 |
| 2024-07-14 15:49 | Bugfix: display and handling of lines with wide characters; add a segment to the status line showing the current codepoint | Страхиња Радић | 7 | +110 | -50 |
| 2024-07-12 11:57 | sled.1.in: Update BUGS with regards to v0.17 update | Страхиња Радић | 1 | +3 | -5 |
| 2024-07-12 08:03 | Update patches | Страхиња Радић | 3 | +30 | -44 |
| 2024-07-12 08:03 | Update TODO{,.done} | Страхиња Радић | 4 | +7 | -4 |
| 2024-07-12 07:27 | Fix dealing with wide characters; update to latest termbox and update termbox API calls to >V1; initial experimental grapheme cluster support | Страхиња Радић | 5 | +137 | -105 |
| 2024-07-12 07:02 | config.def.h: Change LINENO_BG to TB_CYAN | Страхиња Радић | 1 | +2 | -2 |
| 2024-07-11 10:27 | Add F2 -> toggle line numbers at runtime | Страхиња Радић | 8 | +22 | -10 |
| 2024-07-10 23:51 | Dynamically compute max line number width at runtime | Страхиња Радић | 5 | +78 | -29 |
| 2024-07-09 23:50 | Update TODO{,.done} | Страхиња Радић | 2 | +10 | -2 |
| 2024-07-07 17:16 | lib/mkpack: Change the RE for DISTDIR | Страхиња Радић | 1 | +1 | -1 |
| 2024-07-01 18:36 | Bugfix: Fix SEGV when erasing lines (leftover logic from fixed buffers); add setting error message and running = 0 on allocation errors | Страхиња Радић | 1 | +44 | -21 |
| 2024-07-01 18:31 | Tidy up includes; remove ONLY_DEFS | Страхиња Радић | 5 | +11 | -17 |
| 2024-07-01 14:55 | Makefile: Make pack not depend on all (ex. it pulls config.mk changes) | Страхиња Радић | 1 | +1 | -1 |
| 2024-07-01 14:44 | Update themes | Страхиња Радић | 3 | +13 | -13 |
| 2024-07-01 14:16 | draw.[ch](init_drawstate): Add skip_filenames_init parameter | Страхиња Радић | 2 | +19 | -14 |
| 2024-07-01 14:16 | config.def.h: Make line numbers off by default | Страхиња Радић | 1 | +1 | -1 |
| 2024-07-01 14:16 | Wrapping, allocation and line number drawing bugfixes | Страхиња Радић | 3 | +120 | -54 |
| 2024-06-30 16:16 | Update themes | Страхиња Радић | 3 | +19 | -238 |
| 2024-06-30 16:15 | Use free(3) to prevent leaks; use goto to avoid repeated code | Страхиња Радић | 2 | +41 | -75 |
| 2024-06-30 16:15 | patch/dark-theme.patch: Update dark-theme | Страхиња Радић | 1 | +187 | -13 |
| 2024-06-30 16:15 | patch/light-theme.patch: Update light-theme | Страхиња Радић | 1 | +66 | -13 |
| Преостало још 336 чувања, добавите репозиторијум |