hackers mail list archive by thread
- [hackers] [sbase][PATCH] flock: call exec without forking Arthur Williams (Fri Dec 31 2021 - 19:28:41 CET)
- [hackers] [libgrapheme] Add generator for compressed O(1)-lookup-table || Laslo Hunhold git_AT_suckless.org (Fri Dec 31 2021 - 15:54:56 CET)
- [hackers] [st][PATCH] Fix overtyping wide characters. jamin (Wed Dec 29 2021 - 18:07:17 CET)
- [hackers] [PATCH st v2] Fix null pointer access in strhandle suckless_AT_jochen.sprickerhof.de (Mon Dec 27 2021 - 11:41:42 CET)
- [hackers] [PATCH st] Fix null pointer access in strhandle suckless_AT_jochen.sprickerhof.de (Mon Dec 27 2021 - 10:47:56 CET)
- [hackers] [ii] Reduce effective buffer size per channel input. || Christoph Lohmann git_AT_suckless.org (Sat Dec 25 2021 - 12:13:01 CET)
- [hackers] [ii][PATCH 1/2] Increase ping timeout for bad connections. Christoph Lohmann (Thu Dec 23 2021 - 22:11:07 CET)
- [hackers] [libgrapheme] version 1 release Laslo Hunhold (Wed Dec 22 2021 - 16:25:00 CET)
- [hackers] [libgrapheme] Bump to version 1 || Laslo Hunhold git_AT_suckless.org (Wed Dec 22 2021 - 15:49:08 CET)
- [hackers] [libgrapheme] Add "clean-data" to PHONY-targets || Laslo Hunhold git_AT_suckless.org (Wed Dec 22 2021 - 15:38:03 CET)
- [hackers] [libgrapheme] Add a remark on standard conformance in README || Laslo Hunhold git_AT_suckless.org (Wed Dec 22 2021 - 15:20:49 CET)
- [hackers] [libgrapheme] Add README and change title and introduction in Makefile and manuals || Laslo Hunhold git_AT_suckless.org (Wed Dec 22 2021 - 13:46:58 CET)
- [hackers] [libgrapheme] Call ldconfig after install and uninstall || Laslo Hunhold git_AT_suckless.org (Wed Dec 22 2021 - 13:05:44 CET)
- [hackers] [libgrapheme] Alphabetic ordering of variables in config.mk || Laslo Hunhold git_AT_suckless.org (Sun Dec 19 2021 - 16:38:01 CET)
- [hackers] [libgrapheme] Fix a few manpage-errors found by the linter || Laslo Hunhold git_AT_suckless.org (Sun Dec 19 2021 - 16:33:20 CET)
- [hackers] [libgrapheme] Break some long lines || Laslo Hunhold git_AT_suckless.org (Sun Dec 19 2021 - 01:36:29 CET)
- [hackers] [libgrapheme] Match function parameters in code and documentation || Laslo Hunhold git_AT_suckless.org (Sun Dec 19 2021 - 01:24:02 CET)
- [hackers] [libgrapheme] Rewrite grapheme_next_character_break() and add size-parameter || Laslo Hunhold git_AT_suckless.org (Sun Dec 19 2021 - 00:56:07 CET)
- [hackers] [libgrapheme] Use SIZE_MAX instead of (size_t)-1 || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 20:21:42 CET)
- [hackers] [libgrapheme] Rename API functions to improve readability || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 19:54:57 CET)
- [hackers] [dwm][PATCH] drawbar: Don't expend effort drawing bar if it is occluded Chris Down (Sat Dec 18 2021 - 17:58:23 CET)
- [hackers] [libgrapheme] Rename GRAPHEME_INVALID_CODE_POINT to GRAPHEME_CODEPOINT_INVALID || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 13:45:14 CET)
- [hackers] [libgrapheme] Consistently refer to "codepoints" as "codepoints", not "code points" || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 13:27:43 CET)
- [hackers] [libgrapheme] Rename GRAPHEME_SEGMENTATION_STATE to GRAPHEME_STATE || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 13:17:30 CET)
- [hackers] [libgrapheme] Reintroduce the "grapheme_" prefix || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 12:52:01 CET)
- [hackers] [libgrapheme] Rename functions/defines/files from "grapheme" to "character" || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 12:15:21 CET)
- [hackers] [libgrapheme] Add lg_utf8_*() manuals to Makefile MAN3-variable || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 01:44:49 CET)
- [hackers] [libgrapheme] Add manual pages for lg_utf8_*() and refactor lg_grapheme_nextbreak() || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 01:28:22 CET)
- [hackers] [libgrapheme] Improve a small edge-case in lg_utf8_decode() || Laslo Hunhold git_AT_suckless.org (Sat Dec 18 2021 - 01:23:56 CET)
- [hackers] [libgrapheme] Rename LG_CODEPOINT_INVALID to LG_INVALID_CODE_POINT || Laslo Hunhold git_AT_suckless.org (Fri Dec 17 2021 - 01:30:18 CET)
- [hackers] [dwm][patch] gaplessgrid focus left/right שלומי אקנין (Fri Dec 17 2021 - 01:03:15 CET)
- [hackers] [libgrapheme] Ensure const-correctness in cast in lg_utf8_decode() || Laslo Hunhold git_AT_suckless.org (Fri Dec 17 2021 - 00:53:05 CET)
- [hackers] [libgrapheme] Encourage strict aliasing for library users (uint8_t * -> char *) || Laslo Hunhold git_AT_suckless.org (Fri Dec 17 2021 - 00:47:45 CET)
- [hackers] [libgrapheme] Make lists in Makefile more idiomatic and avoid breaks || Laslo Hunhold git_AT_suckless.org (Wed Dec 15 2021 - 13:36:10 CET)
- [hackers] [libgrapheme] Refactor Makefile, add dist-target and add test-util || Laslo Hunhold git_AT_suckless.org (Wed Dec 15 2021 - 12:56:40 CET)
- [hackers] [libgrapheme] Refactor manual pages, document lg_grapheme_isbreak() || Laslo Hunhold git_AT_suckless.org (Wed Dec 15 2021 - 11:02:17 CET)
- [hackers] [libgrapheme] Reduce number of iterations for grapheme-performance-test || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 16:26:39 CET)
- [hackers] [libgrapheme] Fix memory leaks during header-generation || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 16:00:45 CET)
- [hackers] [libgrapheme] Update UTF-8-decoder test for modified NULL-case || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 15:58:46 CET)
- [hackers] [libgrapheme] Make lg_utf8_*() NULL-agnostic || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 15:13:00 CET)
- [hackers] [libgrapheme] Reorder CFLAGS || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 13:58:00 CET)
- [hackers] [libgrapheme] Optimize bsearch-comparison-function for cp-ranges || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 13:44:16 CET)
- [hackers] [libgrapheme] Coding style and explicit double-cast || Laslo Hunhold git_AT_suckless.org (Tue Dec 14 2021 - 12:51:56 CET)
- [hackers] [libgrapheme] Cast pedantically || Laslo Hunhold git_AT_suckless.org (Mon Dec 13 2021 - 20:18:02 CET)
- [hackers] [libgrapheme] Change lg_grapheme_isbreak() return type from int to bool || Laslo Hunhold git_AT_suckless.org (Sun Dec 12 2021 - 16:15:22 CET)
- [hackers] [libgrapheme] Improve parsing of hexadecimal strings || Laslo Hunhold git_AT_suckless.org (Sun Dec 12 2021 - 15:53:37 CET)
- [hackers] [libgrapheme] Properly set internal functions as static || Laslo Hunhold git_AT_suckless.org (Sun Dec 12 2021 - 13:11:17 CET)
- [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold git_AT_suckless.org (Sat Dec 11 2021 - 14:25:26 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Sat Dec 11 2021 - 21:24:10 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Sat Dec 11 2021 - 22:43:17 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Sun Dec 12 2021 - 00:18:56 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Sun Dec 12 2021 - 00:33:12 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Sun Dec 12 2021 - 08:59:04 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Sun Dec 12 2021 - 09:11:39 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Sun Dec 12 2021 - 10:22:47 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Sun Dec 12 2021 - 12:17:14 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Sun Dec 12 2021 - 21:41:15 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Wed Dec 15 2021 - 15:39:14 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Wed Dec 15 2021 - 21:24:21 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Thu Dec 16 2021 - 11:06:11 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Thu Dec 16 2021 - 11:45:54 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Thu Dec 16 2021 - 19:08:35 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Michael Forney (Thu Dec 16 2021 - 23:01:48 CET)
- Re: [hackers] [libgrapheme] Refine types (uint8_t -> char, uint32_t -> uint_least32_t) || Laslo Hunhold Laslo Hunhold (Fri Dec 17 2021 - 00:08:56 CET)
- [hackers][st][PATCH] Add support for OSC color sequences. Raheman Vaiya (Fri Dec 10 2021 - 23:53:40 CET)
- [hackers] [libgrapheme] Severely speed up grapheme cluster break detection || Laslo Hunhold git_AT_suckless.org (Fri Dec 10 2021 - 20:41:29 CET)
- [hackers] [libgrapheme] Change parameter order in lg_utf8_decode() || Laslo Hunhold git_AT_suckless.org (Thu Dec 09 2021 - 17:40:54 CET)
- [hackers] [libgrapheme] Refactor API ("lg_" prefix, better naming scheme) || Laslo Hunhold git_AT_suckless.org (Wed Dec 08 2021 - 18:29:44 CET)
- [hackers] [libgrapheme] Refactor data-generation and library structure || Laslo Hunhold git_AT_suckless.org (Wed Dec 08 2021 - 17:57:05 CET)
- Re: [hackers] Re: [dmenu][patch] Improve speed of drw_text when provided with large strings Hiltjo Posthuma (Sun Dec 26 2021 - 19:29:27 CET)
- Last message date: Fri Dec 31 2021 - 19:28:41 CET
- Archived on: Thu Nov 21 2024 - 10:36:50 CET