CIA.vc
bsd-installer
Real-time open source activity stats
Stats » Projects » bsd-installer
informationsyndicateUTC clock
10:59 on May 28, 2012
event counters
The last message was received 1.1 years ago at 16:40 on Apr 22, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
2103 messages since the first one, 7.89 years ago, for an average of 1.37 days between messages
recent messages
dateReversed sort columnprojectcontentlink
00:30 on Apr 21, 2011bsd-installer
Commit by mpepe :: installer/ (6 files in 4 dirs):
Additional changes to fix install
#
23:34 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/ (3 files in 3 dirs):
Numerous changes for installation
#
23:34 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/lib/lua/ (4 files in 4 dirs):
Numerous changes for installation
#
23:34 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/lib/ (libdfui/Makefile libinstaller/Makefile):
Numerous changes for installation
#
23:34 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/frontends/ncurses/Makefile:
Numerous changes for installation
#
23:33 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/frontends/cgi/example.c:
Numerous changes for installation
#
23:33 on Apr 20, 2011bsd-installer
Commit by mpepe :: installer/src/backend/installer/Makefile:
Numerous changes for installation
#
20:45 on May 07, 2009bsd-installer
Commit by sullrich :: www/index.html:
Update news with FreeBSD / Sysinstall work that is starting
#
19:49 on Jan 03, 2009bsd-installer
Commit by sullrich on PRODUCTION_2_1 :: installer/src/ (6 files in 6 dirs):
Add -fPIC so that we can build BSD-Installer on AMD64.
#
00:37 on Oct 31, 2007bsd-installer
Commit by cpressey :: installer/src/backend/lua/lib/PackageList.lua:
PackageList module is deprecated, so remove it.
#
23:58 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/lib/lua/compat-5.1/ (5 files):
 Remove compat-5.1, as it is no longer needed now that we
build and run with Lua 5.1.2.
#
21:55 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/lib/lua/ (11 files in 3 dirs):
 Apply changes to the installer and libaries so that it can build
(and hopefully, run correctly) with Lua 5.1.2.  Not all of the
code paths of the installer have been exercised, so it is quite
possible that runtime errors will occur, and if so, it is likely
because of use of 5.0 idioms not supported in 5.1.2.  These are
'for k,v in t' where 5.1 needs 'for k,v in pairs(t)', and use
of the built-in 'arg' parameter, where 5.1 needs '...' instead.
#
21:55 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/lib/lua/ (10 files in 5 dirs):
 Apply changes to the installer and libaries so that it can build
(and hopefully, run correctly) with Lua 5.1.2.  Not all of the
code paths of the installer have been exercised, so it is quite
possible that runtime errors will occur, and if so, it is likely
because of use of 5.0 idioms not supported in 5.1.2.  These are
'for k,v in t' where 5.1 needs 'for k,v in pairs(t)', and use
of the built-in 'arg' parameter, where 5.1 needs '...' instead.
#
21:55 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/ (28 files in 3 dirs):
 Apply changes to the installer and libaries so that it can build
(and hopefully, run correctly) with Lua 5.1.2.  Not all of the
code paths of the installer have been exercised, so it is quite
possible that runtime errors will occur, and if so, it is likely
because of use of 5.0 idioms not supported in 5.1.2.  These are
'for k,v in t' where 5.1 needs 'for k,v in pairs(t)', and use
of the built-in 'arg' parameter, where 5.1 needs '...' instead.
#
21:37 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/ (7 files in 6 dirs):
 Allow Lua 5.1.2 to build by adding missing files from etc and doc,
and by ensuring that the CVS hangover directories 'lua' and 'luac'
are blown away before the build tries to write executables with
those names.
#
21:04 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/platform/lua/ (90 files in 6 dirs):
 Upgrade the repository's version of Lua from 5.0.2 to 5.1.2.
This is a completely unmodified, vanilla copy of the 5.1.2 dist.
Note that the include directory, and the subdirectories of src,
are not part of the 5.1.2 distribution, but holdovers from 5.0.2.
Note also that this commit alone breaks the build; fixes to the
installer sources to make them Lua 5.1.2-compliant will follow.
#
18:26 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/Config:
Improve comments in Config regarding NLS (missed in last commit.)
#
18:23 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/ (8 files in 8 dirs):
 Canonicalize and centralize the location of Lua files with the
Makefile variabes LUA, LUABIN, LUALIB, and LUAINC.  This will
be of assistance when we transition to Lua 5.1.
Also disable NLS and __unused by default, to allow simpler
building "out of the box" on more platorms.  Hopefully in the
future this will be replaced by some simpler configuration
mechanism, as well.
#
17:05 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/ (6 files in 5 dirs):
Allow building under Cygwin, FWIW.
#
16:45 on Oct 30, 2007bsd-installer
Commit by cpressey :: installer/src/ (7 files in 7 dirs):
 Additional Makefile changes to allow building on FAT drives (for
example, on shared partitions or USB flash sticks) under FreeBSD.
#