DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Import of awk version 20100523
commit 4afe24c927f38df11f6b7babf1d97a05b0518061
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date: Mon Aug 16 20:12:59 2010 +0300
Import of awk version 20100523
Summary of changes:
contrib/awk20100523/FIXES | 968 ++++++++++++
contrib/{awk20070501 => awk20100523}/README | 0
contrib/{awk20070501 => awk20100523}/awk.1 | 0
contrib/{awk20070501 => awk20100523}/awk.h | 0
contrib/{awk20070501 => awk20100523}/awkgram.y | 0
contrib/awk20100523/b.c | 954 ++++++++++++
contrib/{awk20070501 => awk20100523}/lex.c | 0
contrib/awk20100523/lib.c | 697 +++++++++
contrib/awk20100523/main.c | 194 +++
contrib/awk20100523/maketab.c | 168 ++
contrib/{awk20070501 => awk20100523}/parse.c | 0
contrib/awk20100523/proctab.c | 207 +++
contrib/awk20100523/proto.h | 195 +++
contrib/awk20100523/run.c | 1930 ++++++++++++++++++++++++
contrib/awk20100523/tran.c | 455 ++++++
15 files changed, 5768 insertions(+), 0 deletions(-)
create mode 100644 contrib/awk20100523/FIXES
copy contrib/{awk20070501 => awk20100523}/README (100%)
copy contrib/{awk20070501 => awk20100523}/awk.1 (100%)
copy contrib/{awk20070501 => awk20100523}/awk.h (100%)
copy contrib/{awk20070501 => awk20100523}/awkgram.y (100%)
create mode 100644 contrib/awk20100523/b.c
copy contrib/{awk20070501 => awk20100523}/lex.c (100%)
create mode 100644 contrib/awk20100523/lib.c
create mode 100644 contrib/awk20100523/main.c
create mode 100644 contrib/awk20100523/maketab.c
copy contrib/{awk20070501 => awk20100523}/parse.c (100%)
create mode 100644 contrib/awk20100523/proctab.c
create mode 100644 contrib/awk20100523/proto.h
create mode 100644 contrib/awk20100523/run.c
create mode 100644 contrib/awk20100523/tran.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4afe24c927f38df11f6b7babf1d97a05b0518061
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]