2018-07-23 17:10:34 +00:00
|
|
|
-*- org -*-
|
|
|
|
#+TITLE: GNU Mes Authors
|
|
|
|
|
|
|
|
Copyright © 2016, 2017,2018 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
2017-11-21 18:22:26 +00:00
|
|
|
Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
2016-10-15 09:54:24 +00:00
|
|
|
Main author
|
2018-05-26 20:33:00 +00:00
|
|
|
All files except the imported files listed below
|
|
|
|
|
|
|
|
Jeremiah Orians <jeremiah@pdp10.guru>
|
2018-08-15 16:26:55 +00:00
|
|
|
lib/stdio/fopen.c (first simple version of fopen)
|
2018-06-16 14:12:51 +00:00
|
|
|
scaffold/tests/98-fopen.c
|
2018-05-26 20:33:00 +00:00
|
|
|
|
2018-05-29 17:35:20 +00:00
|
|
|
Han-Wen Nienhuys <hanwen@xs4all.nl>
|
2018-08-15 16:26:55 +00:00
|
|
|
lib/string/memmem.c (_memmem, memmem)
|
2018-05-26 20:33:00 +00:00
|
|
|
|
2018-10-20 07:53:44 +00:00
|
|
|
Peter de Wachter
|
|
|
|
Small fixes and additions to
|
|
|
|
lib/x86-mes/x86.M1
|
|
|
|
lib/x86_64-mes/x86_64.M1
|
|
|
|
include/stdint.h
|
|
|
|
module/mescc/compile.mes
|
|
|
|
|
2018-07-23 17:10:34 +00:00
|
|
|
rain1
|
|
|
|
scaffold/tests/90-goto-var.c
|
|
|
|
scaffold/tests/91-goto-array.c
|
2018-06-06 17:44:29 +00:00
|
|
|
|
2018-05-26 20:33:00 +00:00
|
|
|
List of imported files
|
2016-10-15 09:54:24 +00:00
|
|
|
|
2018-06-06 17:44:29 +00:00
|
|
|
D A Gwyn
|
|
|
|
lib/alloca.c
|
|
|
|
|
2016-10-15 09:54:24 +00:00
|
|
|
Included verbatim from gnulib
|
|
|
|
build-aux/gitlog-to-changelog
|
2016-11-02 14:39:27 +00:00
|
|
|
|
|
|
|
Portable hygienic pattern matcher
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/match.scm
|
2016-11-02 14:39:27 +00:00
|
|
|
|
|
|
|
Portable LALR(1) parser generator
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/lalr.scm
|
2016-11-02 14:39:27 +00:00
|
|
|
|
2016-12-22 18:49:41 +00:00
|
|
|
Portable syntax-case from Chez Scheme; patches from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/psyntax.ss
|
|
|
|
mes/module/mes/psyntax.pp [generated]
|
2016-12-16 22:34:08 +00:00
|
|
|
|
2017-05-18 20:03:02 +00:00
|
|
|
Getopt-long from Guile
|
|
|
|
module/mes/getopt-long.scm
|
|
|
|
|
2016-12-16 22:34:08 +00:00
|
|
|
Optargs from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/optargs.scm
|
2016-12-20 09:44:43 +00:00
|
|
|
|
2016-12-22 19:16:44 +00:00
|
|
|
PEG from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/peg/
|
2016-12-22 19:16:44 +00:00
|
|
|
|
2016-12-22 18:49:58 +00:00
|
|
|
Pmatch from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/pmatch.scm
|
2016-12-22 18:49:58 +00:00
|
|
|
|
2016-12-25 23:18:22 +00:00
|
|
|
Pretty-print from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/mes/pretty-print.scm
|
2016-12-25 23:18:22 +00:00
|
|
|
|
2016-12-20 09:44:43 +00:00
|
|
|
Srfi-1 bits from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/srfi/srfi-1.scm
|
2016-12-20 19:12:47 +00:00
|
|
|
|
2017-05-06 20:42:21 +00:00
|
|
|
Srfi-16 from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/srfi/srfi-16.scm
|
2017-05-06 20:42:21 +00:00
|
|
|
|
2016-12-24 07:34:19 +00:00
|
|
|
Srfi-26 from Guile
|
2018-07-21 05:15:52 +00:00
|
|
|
mes/module/srfi/srfi-26.scm
|
2016-12-24 07:34:19 +00:00
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
GNU FDL in texinfo from GNU
|
|
|
|
doc/fdl-1.3.texi
|