hackers mail list archive by subject
- [hackers]
- [hackers] [dmenu] add sbase-style ecalloc(), calloc: or die || Hiltjo Posthuma
- [hackers] [dmenu] drw: a valid (non-NULL) Drw and Fnt context must be passed || Hiltjo Posthuma
- [hackers] [dmenu] drw: cleanup drw_text, prevent gcc warning false-positive of unused var || Hiltjo Posthuma
- [hackers] [dmenu] drw: simplify drw_font_xcreate and prevent a potential unneeded allocation || Hiltjo Posthuma
- [hackers] [dmenu] fix incorrect ordering of match results || Davide Del Zompo
- [hackers] [dmenu] Fix incorrect ordering of matching results
- [hackers] [dmenu] fix input text matching || Quentin Rameau
- [hackers] [dmenu] fix paste from clipboard (ctrl+shift+y) || Hiltjo Posthuma
- [hackers] [dmenu] free schemes as array || Hiltjo Posthuma
- [hackers] [dmenu] paste fix
- [hackers] [dvtm] Command keys in status bar patch
- [hackers] [dvtm] pertag patch addition
- [hackers] [dwm] cleanup, dont use c++ style comments || Hiltjo Posthuma
- [hackers] [dwm] config.h: use common default font, pass Xft font name to dmenu || Hiltjo Posthuma
- [hackers] [dwm] config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) || Hiltjo Posthuma
- [hackers] [dwm] dwm: cleanup: free schemes and cursors as array || Hiltjo Posthuma
- [hackers] [dwm] dwm: use ecalloc, prevent theoretical overflow || Hiltjo Posthuma
- [hackers] [dwm] sync updated drw code from dmenu || Hiltjo Posthuma
- [hackers] [dwm][PATCH] use window colormap to draw borders
- [hackers] [PATCH 1/2] Fix style files handling: stop leaking strings.
- [hackers] [PATCH 2/2] Add setstyle()
- [hackers] [PATCH] Allow browsing navigation history with dmenu
- [hackers] [PATCH] Continue style fixing: function declarations, code alignement
- [hackers] [PATCH] Fix atom value parsing in SETPROP
- [hackers] [PATCH] use window colormap to draw borders
- [hackers] [sandy] [PATCH] fix title not updating on terms with "hs" capabilities (st)
- [hackers] [sandy][PATCH] fix title not updating on terms with "hs" capabilities (st)
- [hackers] [sbase] Add -e and -E flags to od(1) and properly handle endianness || FRIGN
- [hackers] [sbase] Add flock entry in README || sin
- [hackers] [sbase] Add getconf(1) || FRIGN
- [hackers] [sbase] Comment out some more entries in getconf.c to make it build on OpenBSD || sin
- [hackers] [sbase] Convert leading whitespace to tabs || sin
- [hackers] [sbase] env: Fix return value if the command could not be found || sin
- [hackers] [sbase] Fix multiple file handling || FRIGN
- [hackers] [sbase] Fix od(1) output || FRIGN
- [hackers] [sbase] Fix remaining endian-issue in od(1) || FRIGN
- [hackers] [sbase] Fix typo in libutil/fshut.c || FRIGN
- [hackers] [sbase] flock: Set default mode for open(2) || sin
- [hackers] [sbase] getconf.1: fix: end list (El) || Hiltjo Posthuma
- [hackers] [sbase] If multiple modes are supplied to flock(1), the last one wins || sin
- [hackers] [sbase] Implement -o for flock(1) to close fd before exec || sin
- [hackers] [sbase] Include fcntl.h for open(2) || sin
- [hackers] [sbase] Initial implementation of flock(1) || sin
- [hackers] [sbase] Lint is dead - remove unnecessary cast to (void) || sin
- [hackers] [sbase] ls: handle character/block files in long format || Quentin Rameau
- [hackers] [sbase] Mark getconf as audited in README || FRIGN
- [hackers] [sbase] Mark od(1) and getconf(1) as audited || FRIGN
- [hackers] [sbase] Match \v as escaped character || FRIGN
- [hackers] [sbase] Minor style fix || sin
- [hackers] [sbase] od: more accurate statement of compliance with POSIX || Greg Reagle
- [hackers] [sbase] Prepend "usage: " in usage() || sin
- [hackers] [sbase] Properly handle partial chunks in od(1) || FRIGN
- [hackers] [sbase] Properly parse numbers in od(1) || FRIGN
- [hackers] [sbase] Rewrite od(1) || FRIGN
- [hackers] [sbase] Stop defining major()/minor() and makedev() || sin
- [hackers] [sbase] Update od(1)-documentation || FRIGN
- [hackers] [sbase] Use ISO-date-format in manpages || FRIGN
- [hackers] [scc] Accept cpp as alternative name for cc1 || Roberto E. Vargas Caballero
- [hackers] [scc] Accept list of tests in update.sh || Roberto E. Vargas Caballero
- [hackers] [scc] Add basic test for defined() in #if || Roberto E. Vargas Caballero
- [hackers] [scc] Add basic test for enumerations || Roberto E. Vargas Caballero
- [hackers] [scc] Add basic test for incomplete structs || Roberto E. Vargas Caballero
- [hackers] [scc] Add basic test for sizeof || Roberto E. Vargas Caballero
- [hackers] [scc] Add basic test for tentative definitions || Roberto E. Vargas Caballero
- [hackers] [scc] Add flag to enable/disable debug in debug compilation || Roberto E. Vargas Caballero
- [hackers] [scc] Add option -D option to cc1 || Roberto E. Vargas Caballero
- [hackers] [scc] Add optional parameter to update.sh || Roberto E. Vargas Caballero
- [hackers] [scc] Add support for ## preprocessor operator || Roberto E. Vargas Caballero
- [hackers] [scc] Add support for define() in #if || Roberto E. Vargas Caballero
- [hackers] [scc] Add test for concatenation in the preprocessor || Roberto E. Vargas Caballero
- [hackers] [scc] Add test for Duff device || Roberto E. Vargas Caballero
- [hackers] [scc] Add test for integer constants || Roberto E. Vargas Caballero
- [hackers] [scc] Add test for special characters in macro definition || Roberto E. Vargas Caballero
- [hackers] [scc] Add TODO in fold.c || Roberto E. Vargas Caballero
- [hackers] [scc] Admit & with functions || Roberto E. Vargas Caballero
- [hackers] [scc] Emit #lines when it is needed in the cpp output || Roberto E. Vargas Caballero
- [hackers] [scc] Emit enum constants || Roberto E. Vargas Caballero
- [hackers] [scc] Emit newlines in onlycpp mode || Roberto E. Vargas Caballero
- [hackers] [scc] emitcast: fix format string, actually use second parameter || Hiltjo Posthuma
- [hackers] [scc] Fix cast between integer constants || Roberto E. Vargas Caballero
- [hackers] [scc] Fix comment in types.c || Roberto E. Vargas Caballero
- [hackers] [scc] Fix conversion of hexadecimal constants || Roberto E. Vargas Caballero
- [hackers] [scc] Fix DBGON when NDEBUG is defined || Roberto E. Vargas Caballero
- [hackers] [scc] Fix defined() parsing || Roberto E. Vargas Caballero
- [hackers] [scc] Fix definition of macros with -D || Roberto E. Vargas Caballero
- [hackers] [scc] Fix elif() || Roberto E. Vargas Caballero
- [hackers] [scc] Fix escape sequences parsing || Roberto E. Vargas Caballero
- [hackers] [scc] Fix grammar error in stmtexp() || Roberto E. Vargas Caballero
- [hackers] [scc] Fix name of cpp in Makefile || Roberto E. Vargas Caballero
- [hackers] [scc] Fix notdefined() || Roberto E. Vargas Caballero
- [hackers] [scc] Fix output of string in only cpp mode || Roberto E. Vargas Caballero
- [hackers] [scc] Fix readint() || Roberto E. Vargas Caballero
- [hackers] [scc] Fix update.sh || Roberto E. Vargas Caballero
- [hackers] [scc] Force creatin of cpp || Roberto E. Vargas Caballero
- [hackers] [scc] Force to use long long in emitconst || Roberto E. Vargas Caballero
- [hackers] [scc] Ignore leading / in the name of cc1/cpp || Roberto E. Vargas Caballero
- [hackers] [scc] Mark test038 as not passed || Roberto E. Vargas Caballero
- [hackers] [scc] Move keyword initialization to more specific places || Roberto E. Vargas Caballero
- [hackers] [scc] Pretty print strings in cpp mode || Roberto E. Vargas Caballero
- [hackers] [scc] Protect _AT_ and $ in strings when expand macros || Roberto E. Vargas Caballero
- [hackers] [scc] Remove dead if() || Quentin Carbonneaux
- [hackers] [scc] Remove unneeded variable in addmacro() || Roberto E. Vargas Caballero
- [hackers] [scc] small typo fixes || Hiltjo Posthuma
- [hackers] [scc] Split initialization of keywords || Roberto E. Vargas Caballero
- [hackers] [scc] The most portable solution in the world || Roberto E. Vargas Caballero
- [hackers] [scc] Update cc1/TODO || Roberto E. Vargas Caballero
- [hackers] [scc] Update tests after commit d334481 || Roberto E. Vargas Caballero
- [hackers] [scc] Update usage string in cc1 || Roberto E. Vargas Caballero
- [hackers] [scc] Use isdigit() in readint() || Roberto E. Vargas Caballero
- [hackers] [st] fix bug where first selection snaps to lines || Jason Woofenden
- [hackers] [st] Fix the cursor color when over selection. || Quentin Rameau
- [hackers] [st] Fix the cursor colors selection || Quentin Rameau
- [hackers] [st] Fixing the cursor movement in selections. || Christoph Lohmann
- [hackers] [st] Make the cursor shapes more descriptive. || Christoph Lohmann
- [hackers] [st] More style changes. We forgot some switches. || Christoph Lohmann
- [hackers] [st] Normalize the whole color selection in xdrawcursor. || Christoph Lohmann
- [hackers] [st] Now the Shortcuts are more consistent. || Christoph Lohmann
- [hackers] [st] Reverse the cursor on selection. || Christoph Lohmann
- [hackers] [st] Small style change. || Christoph Lohmann
- [hackers] [st] Snowman is everywhere. || Christoph Lohmann
- [hackers] [st] Style normalisation in the config.def.h. || Christoph Lohmann
- [hackers] [st] The definition of the reverse cursor is now up to the user. || Christoph Lohmann
- [hackers] [st] When the cursor is moved, clear the selection. || Christoph Lohmann
- [hackers] [st][PATCH] Change mshortcuts to mkeys to make it clear
- [hackers] [surf] [PATCH 1/2] whitespace fixes
- [hackers] [surf] [PATCH 2/2] style fixes: space after keywords, () with sizeof
- [hackers] [surf] [PATCH] fix style path generation
- [hackers] [surf] Add setstyle() || Quentin Rameau
- [hackers] [surf] Continue style fixing: function declarations, code alignement || Quentin Rameau
- [hackers] [surf] Fix atom value parsing in SETPROP || Quentin Rameau
- [hackers] [surf] Fix style files handling: stop leaking strings. || Quentin Rameau
- [hackers] [surf] fix style path generation || Markus Teich
- [hackers] [surf] Fix the way system files are handled at surf startup. || Quentin Rameau
- [hackers] [surf] Restrict the way buildpath() modifies the filesystem.
- [hackers] [surf] Style changes in config.def.h. || Christoph Lohmann
- [hackers] [surf] Style cleanup. || Christoph Lohmann
- [hackers] [surf] style fixes: space after keywords, () with sizeof || Markus Teich
- [hackers] [surf] Update dmenu
- [hackers] [surf] whitespace fixes || Markus Teich
- [hackers] [ubase] Use SLIST instead of TAILQ for killall5(8) || sin
- [hackers] [ubase] Use SLIST instead of TAILQ for pidof(8) || sin
- [hackers] od: added options -b and -d; bug fix affecting size C
- [hackers] od: added support for different size values
- [hackers] sbase: od: bugfix: "\v" was omitted from output of type 'c'
- [hackers] sbase: od: more accurate statement of compliance with POSIX
- [hackers] sbase: od: properly concatenate multiple file arguments
- Last message date: Sat Oct 31 2015 - 17:50:22 CET
- Archived on: Thu Nov 21 2024 - 10:48:47 CET