- Use kluge to an automake bug to have ``make distcheck'' working again

- Update ChangeLog


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@492 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-03-05 23:06:48 +00:00
parent 7207f697c7
commit 181164722b
3 changed files with 43 additions and 4 deletions

View File

@ -1,3 +1,38 @@
2006-03-05 01:07 tchernobog
* trunk/src/templates/smartp.tcc: - Fix obscure bug (with reference
initialization, or nested name specifiers?)
2006-03-04 13:46 tchernobog
* trunk/src/backend/pyloader/sgpem.i: - Remove non-const method from
Python-exported interface that allowed to change a
SchedulableStatus from a user Policy
2006-03-03 21:04 tchernobog
* trunk/Makefile.am,
trunk/src/backend/pyloader/python_policy_manager.cc,
trunk/src/main.cc: - Reorganize makefile to install files in a
reorganized directory hierarchy: - make room for future plugins -
separate real plugins from their satellite helper data
2006-02-26 23:38 tchernobog
* trunk/src/backend/pyloader/python_policy.cc,
trunk/src/backend/scheduler.cc,
trunk/src/builtin-policies/fcfs.py: - Catch UserInterruptException
launched from PythonPolicy in Scheduler, but it cheerfully
segfaults python...
2006-02-25 19:32 tchernobog
* trunk/ChangeLog, trunk/m4/ac_python_devel.m4,
trunk/src/graphical_terminal_io.cc,
trunk/src/graphical_terminal_io.hh: - Update ac_python_devel macro
to integrate advice from Horst - Improve a little
GraphicalTerminalIo
2006-02-25 12:40 tchernobog 2006-02-25 12:40 tchernobog
* trunk/Makefile.am, trunk/src/backend/plugin.hh, * trunk/Makefile.am, trunk/src/backend/plugin.hh,

View File

@ -41,6 +41,7 @@ pkglib_LTLIBRARIES =
EXTRA_DIST = EXTRA_DIST =
MAINTAINERCLEANFILES = MAINTAINERCLEANFILES =
MOSTLYCLEANFILES = MOSTLYCLEANFILES =
CLEANFILES =
# ############################################################ # ############################################################
# #
@ -345,3 +346,6 @@ src_testsuite_test_python_loader_SOURCES = \
src/observer.cc \ src/observer.cc \
src/simulation.cc src/simulation.cc
# Workaround an automake bug that leaves behind some files
# while it's finishing the distcheck target
CLEANFILES += src/testsuite/.libs/test-python_loader

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: matteo@member.fsf.org\n" "Report-Msgid-Bugs-To: matteo@member.fsf.org\n"
"POT-Creation-Date: 2006-02-24 13:27+0100\n" "POT-Creation-Date: 2006-03-05 23:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -36,15 +36,15 @@ msgstr ""
msgid "Exit" msgid "Exit"
msgstr "" msgstr ""
#: src/graphical_terminal_io.cc:44 #: src/graphical_terminal_io.cc:47
msgid "Textual Simulation Log" msgid "Textual Simulation Log"
msgstr "" msgstr ""
#: src/graphical_terminal_io.cc:60 #: src/graphical_terminal_io.cc:70
msgid "Send Command" msgid "Send Command"
msgstr "" msgstr ""
#: src/backend/scheduler.cc:86 #: src/backend/scheduler.cc:96
msgid "" msgid ""
"\n" "\n"
"No initial state inserted!!\n" "No initial state inserted!!\n"