[1721] in BarnOwl Developers
[nelhage/barnowl] 4bec23: Move the list of variables into its own file.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:48 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Sat, 26 Sep 2009 13:22:33 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/kill-varstubs
Home: http://github.com/nelhage/barnowl
Commit: 4bec23bb6bba9900e0d0f24c0b6ab512aacc6566
http://github.com/nelhage/barnowl/commit/4bec23bb6bba9900e0d0f24c0b6ab512aacc6566
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-26 (Sat, 26 Sep 2009)
Changed paths:
M Makefile.am
M variable.c
A varlist.h
Log Message:
-----------
Move the list of variables into its own file.
Commit: 59c4b125f39938ba578b2635c9e03529a8696c79
http://github.com/nelhage/barnowl/commit/59c4b125f39938ba578b2635c9e03529a8696c79
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-26 (Sat, 26 Sep 2009)
Changed paths:
M .gitignore
M Makefile.am
M owl.h
R stubgen.pl
M variable.c
M varlist.h
A varstubs.c
A varstubs.h
Log Message:
-----------
Replace stubgen.pl with preprocessor tricks.
Generate variable stubs using preprocessor tricks and by including
varlist.h in multiple places.
Commit: c992185902044fdf4d34fa9f78d75d34daa8d892
http://github.com/nelhage/barnowl/commit/c992185902044fdf4d34fa9f78d75d34daa8d892
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-26 (Sat, 26 Sep 2009)
Changed paths:
M varlist.h
Log Message:
-----------
Reindent varlist.h.