Re: [hackers] [tabbed] Bump year. || Christoph Lohmann

2016-01-01 Thread FRIGN
On Fri, 1 Jan 2016 14:19:29 +0100 (CET) g...@suckless.org wrote: > - die("tabbed-"VERSION", © 2009-2014" > + die("tabbed-"VERSION", © 2009-2015" You probably mean 2016. -- FRIGN

[hackers] [sbase][PATCH] ed: Use TMPDIR to locate the temporal file

2016-01-01 Thread Roberto E. Vargas Caballero
The current behaviour of storing the scratch file in the current directory is a bit painful, because it generates files in all the directories where you execute ed. BSD ed uses TMPDIR for this purpouse, so if the user wants to put the scratch file in other place different of /tmp it only has to set

[hackers] [sbase][PATCH 1/3] ed: Correct error message when open file

2016-01-01 Thread Roberto E. Vargas Caballero
"input/output" error was to general and could create confusion. All the other ed implementations give a "cannot open input file" --- ed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ed.c b/ed.c index 7e7fbb6..96cfc3b 100644 --- a/ed.c +++ b/ed.c @@ -609,8 +609,8 @@ dore

[hackers] [sbase][PATCH 3/3] ed: Fix error introduced in b19d708

2016-01-01 Thread Roberto E. Vargas Caballero
This patch introduced init() function, which removed the initialization code of savfname in doread, but this is incorrect, because savfname can be initialized with a r command if savfname is empty. --- ed.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/ed

[hackers] [sbase][PATCH 2/3] ed: Don't show '!' in exec with -s

2016-01-01 Thread Roberto E. Vargas Caballero
POSIX indicates that this '!' is a diagnosis that must not be printed when -s is supplied. --- ed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ed.c b/ed.c index 96cfc3b..5369d60 100644 --- a/ed.c +++ b/ed.c @@ -871,7 +871,8 @@ execsh(void) if (repl)

[hackers] [tabbed] focus urgent tabs || Jonas Rabenstein

2016-01-01 Thread git
commit 5d0c5be1028c67f3b499017c5c39019f4b1d8c10 Author: Jonas Rabenstein AuthorDate: Wed Aug 19 21:11:15 2015 +0200 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Wed Aug 19 21:17:33 2015 +0200 focus urgent tabs With a lot of open tabs its quite annoying to toggle thro

[hackers] [surf] Bump year. || Christoph Lohmann

2016-01-01 Thread git
commit 3d81a0f0b7ffaccb5c4b978ad06d130b2a57b645 Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Fri Jan 1 14:18:19 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Fri Jan 1 14:18:19 2016 +0100 Bump year. diff --git a/surf.c b/surf.c index d423cf1..70cd2c7 100644

[hackers] [tabbed] Bump year. || Christoph Lohmann

2016-01-01 Thread git
commit 7f6085d42a4d57d3c9b3ea85a516782f7e80d1fe Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Fri Jan 1 14:19:10 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Fri Jan 1 14:19:10 2016 +0100 Bump year. diff --git a/tabbed.c b/tabbed.c index ba69f21..1c7fc6d 10

[hackers] [st] Bump year. || Christoph Lohmann

2016-01-01 Thread git
commit 610723a58f1fbd3c5d911c853a8b94c315fc7c2a Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Fri Jan 1 14:18:43 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Fri Jan 1 14:18:43 2016 +0100 Bump year. diff --git a/st.c b/st.c index dc428ab..427ec46 100644 ---

[hackers] [tabbed] autofocus urgent tabs || Jonas Rabenstein

2016-01-01 Thread git
commit 9d4b71ecadd5b3c2c777b273fa4d2c0cc0c3a464 Author: Jonas Rabenstein AuthorDate: Wed Aug 19 21:11:16 2015 +0200 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Wed Aug 19 21:17:37 2015 +0200 autofocus urgent tabs When tabbed becomes urgent because one of it tabs bec

[hackers] [svkbd] Bump year. || Christoph Lohmann

2016-01-01 Thread git
commit fc267005ced2251de9e05e62e8a2b42a2712236a Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Fri Jan 1 14:19:33 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Fri Jan 1 14:19:33 2016 +0100 Bump year. diff --git a/svkbd.c b/svkbd.c index 5281a84..92ddf23 1006

[hackers] [ubase] Update copyright years || sin

2016-01-01 Thread git
commit 4c34f6b10033d573cb2d62ee2f9a6523f1cc30cb Author: sin AuthorDate: Fri Jan 1 10:32:13 2016 + Commit: sin CommitDate: Fri Jan 1 12:20:11 2016 + Update copyright years diff --git a/LICENSE b/LICENSE index 92cf11f..0ee73cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@

[hackers] [sbase] Update copyright years || sin

2016-01-01 Thread git
commit 69855fe1bbc7f3912b34e9881ce3d5d6e01545b5 Author: sin AuthorDate: Fri Jan 1 10:31:50 2016 + Commit: sin CommitDate: Fri Jan 1 10:39:59 2016 + Update copyright years diff --git a/LICENSE b/LICENSE index 36be841..cb5a797 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,8 @@

[hackers] [sbase] ed: Don't show size of files in no diagnosistic mode || Roberto E. Vargas Caballero

2016-01-01 Thread git
commit c5e28b5fe9a0767995498b3cac24f9ac3c3bbb74 Author: Roberto E. Vargas Caballero AuthorDate: Fri Jan 1 11:17:03 2016 +0100 Commit: sin CommitDate: Fri Jan 1 10:39:59 2016 + ed: Don't show size of files in no diagnosistic mode -s flag disables such warnings. diff --gi

[hackers] [sbase] ed: Move modflag=0 to clearundo() || Roberto E. Vargas Caballero

2016-01-01 Thread git
commit 58c9739532b83220ccf8ac8e6835cf1c6769a282 Author: Roberto E. Vargas Caballero AuthorDate: Fri Jan 1 11:17:00 2016 +0100 Commit: sin CommitDate: Fri Jan 1 10:39:59 2016 + ed: Move modflag=0 to clearundo() When we discard the content of an undo buffer is because

[hackers] [sbase] ed: add init() || Roberto E. Vargas Caballero

2016-01-01 Thread git
commit b19d708923b28cfc84a963b6eb59427b3c09907c Author: Roberto E. Vargas Caballero AuthorDate: Fri Jan 1 11:17:02 2016 +0100 Commit: sin CommitDate: Fri Jan 1 10:39:59 2016 + ed: add init() These funcction initializes the scratch buffer, and in case of having a file

[hackers] [sbase] ed: Reset modflag in clearbuf() || Roberto E. Vargas Caballero

2016-01-01 Thread git
commit 03d27b7806278ed1e723203346288e3ba84a0b4d Author: Roberto E. Vargas Caballero AuthorDate: Fri Jan 1 11:17:01 2016 +0100 Commit: sin CommitDate: Fri Jan 1 10:39:59 2016 + ed: Reset modflag in clearbuf() For the same reason we don't care about the state of the bu