Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-21 | Fixes installation (missing /usr/local/var/run). | Ondrej Zajicek | |
2009-09-06 | Update of config.sub & config.guess | Ondrej Filip | |
2009-08-10 | Compilation and dependency generation should be serialized. | Ondrej Zajicek | |
2009-08-10 | Clean files generated by Bison and Flex. | Ondrej Zajicek | |
2009-08-09 | Makefile changed to make it work with 'make -jN' where N>1 | Ondrej Filip | |
2009-06-02 | Inlude DESTDIR in install to make life of packagers easier. | Ondrej Filip | |
2009-06-02 | Clean also ipv6 bird.ctl | Ondrej Filip | |
2009-06-02 | Error in test fixed. | Ondrej Filip | |
2009-06-02 | Small change to make BIRD's IPv6 packaging easier | Ondrej Filip | |
2009-04-28 | Typo in gendist script. | Ondrej Filip | |
2009-04-28 | Gendist script adapted to git. | Ondrej Filip | |
2008-08-25 | Updated config.{guess,sub} to a recent version. | Martin Mares | |
Patch from the Debian package. | |||
2005-03-16 | Again back to regina.gin.cz. | Ondrej Filip | |
2005-02-21 | Ftp server change. | Ondrej Filip | |
2005-02-21 | Change of ftp servers. | Ondrej Filip | |
2004-09-08 | sort from GNU coreutils 5.2.1 doesn't accept the +- syntax | Ondrej Filip | |
anymore. Hopefully the -k syntax is supported by all other sort versions | |||
2004-08-19 | Do not forget to propagate LDFLAGS from configure. Allows static linking, | Martin Mares | |
among other things. | |||
2004-06-07 | Delete automate*cache. | Ondrej Filip | |
2004-06-01 | Updated the distribution script. | Martin Mares | |
2004-06-01 | Added a simple utility for converting CVS log messages to a reasonable | Martin Mares | |
changelog format. | |||
2004-05-31 | Bird's control socket should be in /var/run and the convention for | Martin Mares | |
--localstatedir is /var. The control socket pathname creation is thus corrected here. (Andreas) | |||
2004-05-31 | Delete autom4te.cache in 'make distclean'. | Ondrej Filip | |
2003-04-06 | Nobody is perfect. Me twice :) | Martin Mares | |
2003-04-06 | Oops, forgot to change some paths. | Martin Mares | |
2003-04-06 | Avoid problems with copying a directory to itself. | Martin Mares | |
2000-09-03 | Another atrey->atrey.karlin.mff.cuni.cz | Ondrej Filip | |
2000-09-03 | Small bugfix. (Use atrey.karlin.... instead of atrey.) | Ondrej Filip | |
2000-06-26 | Added slides for our presentation, but don't export them to the | Martin Mares | |
distribution tarball -- they are in Czech and therefore of no use to almost anybody :( | |||
2000-06-22 | Include CVS ChangeLog in the distribution | Martin Mares | |
2000-06-09 | bird-1.0.0 has been released. | Martin Mares | |
2000-06-09 | Before building distribution tarballs, make distclean first. | Martin Mares | |
2000-06-09 | Released as 1.0.0, but marked it as a BETA version. | Martin Mares | |
2000-06-09 | Proper building and installation of documentation in the Makefiles. | Martin Mares | |
2000-06-08 | When distcleaning, clean up doc as well. | Martin Mares | |
2000-06-05 | Description of protocol module moved to where it belongs. If documentation | Martin Mares | |
of standard modules is stored in their source, such auxilliary files should be as well. | |||
2000-06-02 | Use <chapt> for chapters, <sect> for sections and <sect1> for subsections. | Martin Mares | |
2000-05-31 | Make documentation targets available from the top-level makefile as well, | Martin Mares | |
but not with separate object tree yet. | |||
2000-05-31 | New progdoc script generating SGML output. | Martin Mares | |
2000-05-09 | Generated first public alpha release. | Martin Mares | |
Unless you object, I'll announce it today (9.5.) at noon. | |||
2000-05-08 | Autoconf is *evil*. The sysconfdir and similar variables are unusable in | Martin Mares | |
C includes as they contain substitutions specific to make. Worked around by creating sysconf/paths.h which is created from the Makefile instead of by the configure script. | |||
2000-05-08 | `make install' now works. | Martin Mares | |
2000-05-05 | Connected the `doc' subtree to global makefiles. | Martin Mares | |
All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build). Use `make docs' to make the whole documentation or `make userdocs' resp. `make progdocs' for user manual resp. developer's guide. | |||
2000-05-05 | Added a tool for processing of developer documentation. | Martin Mares | |
Everything is controlled by Doc files in source directories (see the corresponding programmer's manual entry for the format and look at Doc and lib/Doc for an example). Currently it generates HTML indices and calls kernel-doc to generate per-section HTML files. | |||
2000-02-14 | Don't make dependencies in client directory if the client is not | Martin Mares | |
configured in. | |||
2000-01-20 | Configure, link and use the readline library. | Martin Mares | |
2000-01-19 | Put client on a stony ground. The whole client is going to be system-specific | Martin Mares | |
(the current version UNIX-specific) anyway, so it's useless to try splitting it to sysdep and generic part. Instead of this, configure script decides (based on system type and user's wish) what (if any) client should be built and what autoconfiguration it requires. Also, the client provides its own die/bug/... functions. | |||
1999-10-31 | The CLI I/O functions work as desired. | Martin Mares | |
1999-10-29 | Configure PATH_CONTROL_SOCKET. | Martin Mares | |
autoconf.h is now written to obj/sysdep, the source tree is hopefully completely read-only now. | |||
1999-10-29 | Added skeleton of the client. Does nothing, but at least compiles. | Martin Mares | |
1999-05-31 | Added missing quotes. | Martin Mares | |