Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-05-21 | Don't forget to export CPPFLAGS to GCC. :) | Martin Mares | |
1999-04-12 | Use $(CC) instead of gcc even when generating dependencies. | Martin Mares | |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares | |
Also made "depend" work before the tree is compiled first time. | |||
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares | |
1999-03-04 | Use dmalloc instead of EFence when available (dmalloc has lot of improvements | Martin Mares | |
over EFence and also hopefully smaller memory overhead, but sadly it's non-free for commercial use). If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable' checks by default. Also introduced mb_allocz() for cleared mb_alloc(). | |||
1999-03-02 | Latest changes broke out-of-tree compilation. | Martin Mares | |
1999-03-01 | If we are compiling with debugging enabled and libefence is available, | Martin Mares | |
link it to get debugging malloc. | |||
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares | |
in the static portion of configuration includes available as well. | |||
1999-01-23 | Filter all `Modules' files through C preprocessor, so that they can | Martin Mares | |
reference BIRD configuration. By the way: Do you know GCC by default does `#define unix 1'? | |||
1999-01-15 | Make filters actually compiled. | Pavel Machek | |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares | |
1999-01-15 | Be a tiny bit more verbose. | Pavel Machek | |
1999-01-12 | Fixed trivial bug in naming of `depend' file. Argh. | Martin Mares | |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |
1999-01-09 | First step of "autoconfization". Created a configure script which | Martin Mares | |
guesses most system-dependent parameters and determines name of system configuration file (sysdep/cf/...) with the remaining ones. To compile BIRD, you now need to do: autoconf # Create configure from configure.in ./configure # Run configure script make # Compile everything Configuration files: sysdep/config.h Master config file sysdep/autoconf.h Parameters determined by configure script sysdep/cf/*.h Fixed system configuration we're unable to guess. Makefiles are still the original ones, but this will change soon. | |||
1998-11-27 | Now merges configuration fragments (*.Y) as well. | Martin Mares | |
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares | |
by the `mergedirs' script. Few more IP address manipulation functions and some fixes. |