sled

Једноставни уређивач текста
git clone https://git.sr.ht/~strahinja/sled
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

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