Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

CVS log for ep/src/Makefile.in

[BACK] Up to [Platon] / ep / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - [select for diffs], Fri Apr 18 14:03:16 2003 UTC (21 years ago) by nepto


Changes since 1.28: +20 -20 lines
Diff to previous 1.28 (colored)

Manual pages generation and installation implemented.
Directory man1 is created instead of man3.
Documentation build included into ./rebuild script.
Version changed from 1.0pre3 to 1.0pre4.

Revision 1.28 / (download) - [select for diffs], Tue Apr 15 20:46:59 2003 UTC (21 years ago) by rajo

Changes since 1.27: +1 -96 lines
Diff to previous 1.27 (colored)

Fixed compilation rules.

Revision 1.27 / (download) - [select for diffs], Tue Apr 15 20:34:40 2003 UTC (21 years ago) by rajo

Changes since 1.26: +2 -56 lines
Diff to previous 1.26 (colored)

Fixed Makefiles. Added Rules.make.

Revision 1.26 / (download) - [select for diffs], Sun Oct 13 13:35:30 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.25: +6 -6 lines
Diff to previous 1.25 (colored)

Changes to make ep compile against libcfg+ shared library.
All occurences of tag $Id changed to $Platon.

Revision 1.25 / (download) - [select for diffs], Thu Oct 3 16:50:04 2002 UTC (21 years, 6 months ago) by rajo

Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored)

Fixed '$(includedir)'.

Revision 1.24 / (download) - [select for diffs], Thu Oct 3 16:08:04 2002 UTC (21 years, 6 months ago) by rajo

Changes since 1.23: +2 -42 lines
Diff to previous 1.23 (colored)

Removed files from src/libcfg+/.

Revision 1.23 / (download) - [select for diffs], Thu Oct 3 15:27:10 2002 UTC (21 years, 6 months ago) by rajo

Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Fixed dependency for 'configure'.

Revision 1.22 / (download) - [select for diffs], Thu Oct 3 15:24:57 2002 UTC (21 years, 6 months ago) by rajo

Changes since 1.21: +3 -8 lines
Diff to previous 1.21 (colored)

Removed unnecessary code.

Revision 1.21 / (download) - [select for diffs], Mon Jul 15 14:19:45 2002 UTC (21 years, 9 months ago) by rajo

Changes since 1.20: +17 -11 lines
Diff to previous 1.20 (colored)

- make install-strip, make install-nostrip. Install binary stripped
  (default) or not stripped.

Revision 1.20 / (download) - [select for diffs], Mon Jul 1 10:45:01 2002 UTC (21 years, 9 months ago) by host8

Changes since 1.19: +434 -189 lines
Diff to previous 1.19 (colored)

* New Makefiles (added doc/Makefile.in).
* New parameter to ./configure script: '--enable-menu'.

Revision 1.19 / (download) - [select for diffs], Fri Jun 14 10:09:20 2002 UTC (21 years, 10 months ago) by host8

Changes since 1.18: +33 -38 lines
Diff to previous 1.18 (colored)

Fixed some bugs.
Hidded -DPACKAGE -DVERSION parameters in gcc.

Revision 1.18 / (download) - [select for diffs], Tue May 28 19:22:22 2002 UTC (21 years, 10 months ago) by jombik9

Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Updated implemented TODO list items.
Modified 'make clean' to clean objects in src/libcfg+/str/ subdirectory.

Revision 1.17 / (download) - [select for diffs], Mon May 27 16:46:19 2002 UTC (21 years, 10 months ago) by jombik9

Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Various code (especially conf.c errro messages printing and others) and building (-Wno-shadow) improvements.

Revision 1.16 / (download) - [select for diffs], Wed Apr 24 19:35:53 2002 UTC (22 years ago) by host8

Changes since 1.15: +63 -60 lines
Diff to previous 1.15 (colored)

./configure script now implemented via autoconf.

Revision 1.15 / (download) - [select for diffs], Tue Apr 23 16:18:12 2002 UTC (22 years ago) by jombik9

Changes since 1.14: +9 -9 lines
Diff to previous 1.14 (colored)

Neccessary changes after libcfg -> libcfg+ change to make extended
pipelining compile. Works fine now.

Revision 1.14 / (download) - [select for diffs], Tue Apr 23 07:51:44 2002 UTC (22 years ago) by jombik9

Changes since 1.13: +36 -36 lines
Diff to previous 1.13 (colored)

Building stuff updated for compiling with libcfg+.
Note, that also #include directives in *.c and *.h files needed to be
changed (hopefully soon).

Revision 1.13 / (download) - [select for diffs], Tue Apr 9 21:16:45 2002 UTC (22 years ago) by jombik9

Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

* fix select(): bad filedescriptor in multiple cats
  - fixed, works fine; there was a really ugly bug in proctable_read() when
    process removing links to/from closed filedescriptor

Freeing structures finished.
Global cfg structure created.
Main algorithm rewitten.
GCC parameter -pedantic added to Makefile.
ANSI normalization.

Revision 1.12 / (download) - [select for diffs], Thu Feb 21 02:22:00 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Command line and config file parsing fully implemented.
Unnecessary functions moved to obsolete/old_functions.c.
Menu synchronization, it works.
TODO update.

Revision 1.11 / (download) - [select for diffs], Wed Feb 20 20:42:53 2002 UTC (22 years, 2 months ago) by host8

Changes since 1.10: +20 -9 lines
Diff to previous 1.10 (colored)

Improvements in 'make modules'.
Doesn't work corretly yet.

Revision 1.10 / (download) - [select for diffs], Wed Feb 20 20:16:43 2002 UTC (22 years, 2 months ago) by host8

Changes since 1.9: +124 -244 lines
Diff to previous 1.9 (colored)

Added ./configure --enable-menu
Not fully tested.

Revision 1.9 / (download) - [select for diffs], Wed Feb 20 19:38:42 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.8: +0 -2 lines
Diff to previous 1.8 (colored)

EP doesn't compile. m_proctable.o and similar removed from Makefile.am
file.

Revision 1.8 / (download) - [select for diffs], Wed Feb 20 12:46:51 2002 UTC (22 years, 2 months ago) by host8

Changes since 1.7: +1 -6 lines
Diff to previous 1.7 (colored)

Removed autoconf, autoheader, automake, ...blabla...
Removed BACKUP - not needed - CVS Rulezzz :-))

Revision 1.7 / (download) - [select for diffs], Tue Feb 19 14:26:14 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Sync after file reorganization.

Revision 1.6 / (download) - [select for diffs], Thu Dec 20 00:26:52 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.5: +7 -1 lines
Diff to previous 1.5 (colored)

Various Makefile & code improvements.
wait() implementation - no error is reported on ctrl+d now

Revision 1.5 / (download) - [select for diffs], Thu Dec 13 11:22:00 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

fcntl() added

Revision 1.4 / (download) - [select for diffs], Mon Dec 3 16:50:26 2001 UTC (22 years, 4 months ago) by host8

Changes since 1.3: +52 -15 lines
Diff to previous 1.3 (colored)

Created simple makefile for cfg subdir.

Revision 1.3 / (download) - [select for diffs], Sun Dec 2 23:30:06 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.2: +14 -4 lines
Diff to previous 1.2 (colored)

A lot of new functions added.
Various improvements.

Revision 1.2 / (download) - [select for diffs], Tue Sep 25 17:30:04 2001 UTC (22 years, 6 months ago) by host8

Changes since 1.1: +14 -10 lines
Diff to previous 1.1 (colored)

Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
Modified Makefile.in, src/Makefile.in
Command 'make distcheck' works!

Revision 1.1 / (download) - [select for diffs], Fri Sep 21 19:04:14 2001 UTC (22 years, 7 months ago) by host8

Initial revision

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Fri Sep 21 19:04:14 2001 UTC (22 years, 7 months ago) by host8


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initialization

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top