[hackers] [scc] Rewrite decl.c || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit 3c619b9a7518c458fe6343faab8f566368557080 Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 5 08:52:33 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 5 08:55:39 2015 +0200 Rewrite decl.c decl.c had several function that were very similar betwe

[hackers] [scc] Update TODO || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit 6b87a0492cf186510ad71c5b20fa4e90ec4ff050 Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 5 08:09:03 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 5 08:09:03 2015 +0200 Update TODO diff --git a/cc1/TODO b/cc1/TODO index 4f6bbd9..8bd6c22 100644 ---

[hackers] [scc] Remove STRUCT emit() operators || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit cdd649037ff739763ef976d4ca707ec021f24401 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 4 17:26:29 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 4 17:26:51 2015 +0200 Remove STRUCT emit() operators These operators must be removed because

[hackers] [scc] Remove unneeded internal check || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit e703cf33b768fa08ab5b26ca5f85eba756212088 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 4 09:57:21 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 4 09:57:21 2015 +0200 Remove unneeded internal check This check had a consecutive call to err

[hackers] [scc] Add block item to the grammar || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit 54fd1b0ef86755200dce120604c1a876d6123ccb Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 4 09:08:48 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 4 09:20:24 2015 +0200 Add block item to the grammar This non terminal symbol simplify a lot t

[hackers] [scc] Remove default int without type modifier, storage, qualifier || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit 9b5f080eb2ecc01e6aebe3d900c893519b0cc402 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 4 09:24:06 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 4 09:24:06 2015 +0200 Remove default int without type modifier, storage, qualifier This logic

[hackers] [scc] Fix small typo in cc1.h || Roberto E. Vargas Caballero

2015-08-04 Thread git
commit e7d61b828ba8ace866a5cffb1cfb5bffae8434e6 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 4 09:22:37 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 4 09:22:37 2015 +0200 Fix small typo in cc1.h diff --git a/cc1/cc1.h b/cc1/cc1.h index 6a0741e..20688

[hackers] [sbase] Mark manpages as done in the README for find(1) and sed(1) || FRIGN

2015-08-04 Thread git
commit 9d429de50d94cad9c8ad0a4f8bc534fb59f4c5a8 Author: FRIGN AuthorDate: Tue Aug 4 20:42:55 2015 +0200 Commit: sin CommitDate: Tue Aug 4 19:46:03 2015 +0100 Mark manpages as done in the README for find(1) and sed(1) diff --git a/README b/README index a656001..330e699 100644 --- a/R

[hackers] [sbase] add preliminary find(1) manpage || Evan Gates

2015-08-04 Thread git
commit 2c0828f3fb869000230e97c96fd2aa2fcd7c2e40 Author: Evan Gates AuthorDate: Tue Aug 4 08:58:15 2015 -0700 Commit: sin CommitDate: Tue Aug 4 19:46:03 2015 +0100 add preliminary find(1) manpage diff --git a/find.1 b/find.1 index fbf691e..b7820b4 100644 --- a/find.1 +++ b/find.1 @@

[hackers] [sbase] add preliminary sed(1) manpage || Evan Gates

2015-08-04 Thread git
commit 0bd0c246a5fc7926eb463c7d7c7bb4c9bc73bef7 Author: Evan Gates AuthorDate: Tue Aug 4 08:57:40 2015 -0700 Commit: sin CommitDate: Tue Aug 4 19:46:03 2015 +0100 add preliminary sed(1) manpage diff --git a/sed.1 b/sed.1 index b09cd4e..b165ad9 100644 --- a/sed.1 +++ b/sed.1 @@ -1,6

[hackers] [sbase]patch: man pages for sed and find

2015-08-04 Thread Evan Gates
They aren't pretty, they aren't complete, but they should be enough for the 0.1 release. -emg find.1 Description: Binary data sed.1 Description: Binary data

[hackers] [sbase] comm: Print first trailing unpaired line in file 1 || Wolfgang Corcoran-Mathe

2015-08-04 Thread git
commit ac62259d242d7e54a2006140e863e9851fedcccb Author: Wolfgang Corcoran-Mathe AuthorDate: Mon Aug 3 15:30:35 2015 -0400 Commit: sin CommitDate: Tue Aug 4 12:35:44 2015 +0100 comm: Print first trailing unpaired line in file 1 Previously, a line read from file 1 before a str

Re: [hackers] [sbase] Audit sort(1) and mark it as finished || FRIGN

2015-08-04 Thread FRIGN
On Tue, 4 Aug 2015 13:09:00 +0200 (CEST) g...@suckless.org wrote: > 6) OFF-POSIX: Posix for no apparent reason does not allow more than >one file when the -c or -C flags are given. >This can be problematic when you want to check multiple files. >With the change 5), rew

Re: [hackers] [sbase] Make fname static in cut() in cut(1) || FRIGN

2015-08-04 Thread FRIGN
On Tue, 4 Aug 2015 13:09:00 +0200 (CEST) g...@suckless.org wrote: > Make fname static in cut() in cut(1) Of course I meant "const". -- FRIGN

[hackers] [sbase] Note in the README that find(1) and sed(1) are lacking manpages || FRIGN

2015-08-04 Thread git
commit 5dc6f3c1e672a4ddb44e2396212f40042a0dcfc2 Author: FRIGN AuthorDate: Tue Aug 4 12:59:04 2015 +0200 Commit: sin CommitDate: Tue Aug 4 12:08:13 2015 +0100 Note in the README that find(1) and sed(1) are lacking manpages diff --git a/README b/README index 7578645..a656001 100644 --

[hackers] [sbase] Make fname static in cut() in cut(1) || FRIGN

2015-08-04 Thread git
commit 0a2562e9949df7e6f5c4f43171aaf5ccf7ba7943 Author: FRIGN AuthorDate: Tue Aug 4 12:44:33 2015 +0200 Commit: sin CommitDate: Tue Aug 4 12:08:13 2015 +0100 Make fname static in cut() in cut(1) diff --git a/cut.c b/cut.c index 0d3375e..7e5927b 100644 --- a/cut.c +++ b/cut.c @@ -105

[hackers] [sbase] Audit sort(1) and mark it as finished || FRIGN

2015-08-04 Thread git
commit 51390a3c51189783b8a55635d1097a58c2f60352 Author: FRIGN AuthorDate: Tue Aug 4 12:45:59 2015 +0200 Commit: sin CommitDate: Tue Aug 4 12:08:13 2015 +0100 Audit sort(1) and mark it as finished 1) Remove the function prototypes. No need for them, as the functions ar