Olivier Bonhomme 2014-06-13 - tag TSP_0_8_4

* Olivier Bonhomme 2014-06-13 | Exclude .git directory when generating source archive. (HEAD, master)
* David Moreau 2014-06-09 | Fixes sr #108598 - E_BB_USER type displayed in hexa with space separators
* David Moreau 2014-06-07 | Fixes sr #108525: gcc warning on RINGBUF_DEFINE (HEAD, br_TSP_0_8_4_x) 
* Olivier BONHOMME 2014-04-20 | Update RPM changelog. (origin/br_TSP_0_8_4_x) 
* Olivier BONHOMME 2014-04-20 | Remove the default initialization for the PACKAGE_VERSION_PATCH variable. 
* Olivier BONHOMME 2014-04-20 | New variable CMAKE_REAL_INSTALL_PREFIX 
* Eric Noulard 2012-05-04 | Avoid to put build dir in source archive if the build tree is inside the source tree (origin/origin, origin/master, origin/HEAD, master) 
* Eric Noulard 2012-05-04 | Fix compilation issue wiht gcc4 
* Eric Noulard 2012-05-04 | Avoid CMake warning about non-existent CMakeLists.txt 
* Eric Noulard 2009-04-20 | Remove obsolete README.rpm 
* Eric Noulard 2009-04-20 | Check-in patch from Frederic MARTINSONS patch #6812 This is a preliminary fix for bug #26250 
* Eric Noulard 2009-04-20 | Enable FULL_RPATH usage through CMake the default remains the same: do not use it. 
* Eric Noulard 2009-04-20 | Update with more appropriate values. 
* Frederik Deweerdt 2008-11-22 | Fix path to windows help chm file 
* Frederik Deweerdt 2008-11-22 | Update Windows Graphviz search PATH to the latest version 
* Frederik Deweerdt 2008-11-22 | Add a commant to start the portmap service at the end of the Windows install 
* Frederik Deweerdt 2008-11-22 | ONCRPC for Win32 doesn't provide xdr_hyper to encode 64bits Donc XDR encode if we're compiling for a WIN32 platform 
* Frederik Deweerdt 2008-11-21 | Fix cmake ENDIF() ending to match corresponding IF() 
* Eric Noulard 2008-11-12 | Merge in patch #6667 which fixes bug #24797 : Endian problem with ip adress ? 
* Eric Noulard 2008-11-07 | Fix trouble with execute process command arguments 
* Eric Noulard 2008-10-06 | Avoid to put BUILDNAME inside CMakeLists.txt 
* Robert De Vries 2008-10-03 | splint barfs on __func__ redefinitions. 
* Eric Noulard 2008-09-26 | Add CDash support see: http://www.cdash.org/CDashPublic/index.php?project=TSP 
* Jrme Arbez-Gindre 2008-09-04 | Take into account that CN_IDX_BB will be define in a 2.6.27 kernel include file (linux/connector.h) 
* Frederik Deweerdt 2008-08-02 | Win32 build fixes 
* Jrme Arbez-Gindre 2008-07-25 | Allow easier deb/rpm generation if cmake version is greater than 2.4. 
* Jrme Arbez-Gindre 2008-07-24 | Resolve bug #23927. For bb_snd_msg and bb_rcv_msg: 	- Make Doxygen comment fit with behavior. 	- Replace return type int32_t by ssize_t (equivalent but closer to the send/receive semantic) 
* Jrme Arbez-Gindre 2008-07-24 | Update a dependecy rule. 
* Jrme Arbez-Gindre 2008-07-24 | Add the option ALLOW_KBB_WRITE_ACCESS_FROM_USERSPACE (default OFF) to allow writing in Kernel BBs from userspace (task #8391). 
* Jrme Arbez-Gindre 2008-07-24 | Handle the compialtion case of missing linux/connector.h 
* Jrme Arbez-Gindre 2008-07-23 | Implementation of messaging feature in kernel BB on top of Linux connectors (see in Linux sources Documentation/connector/connector.txt) 
* Jrme Arbez-Gindre 2008-07-21 | move "dev" from "struct kernel_private" (embedded in BB) to "struct S_BB_LOCAL". 
* Jrme Arbez-Gindre 2008-07-21 | move "kmalloc_ptr" from "struct kernel_private" (embedded in BB) to "struct S_BB_LOCAL". 
* Jrme Arbez-Gindre 2008-07-21 | Add a context in the calback interface. 
* Jrme Arbez-Gindre 2008-07-21 | Add a context in the calback interface. 
* Jrme Arbez-Gindre 2008-07-21 | Allow to use BB locals in create/destroy/attach/detach functions. 
* Jrme Arbez-Gindre 2008-07-21 | bb_rcv_msg return value can be compared with BB_NOK, but not with BB_OK. 
* Jrme Arbez-Gindre 2008-07-21 | Remove missing symbol error when compiling BB kernel module. 
* Jrme Arbez-Gindre 2008-07-21 | Remove compilation error when BUILD_POSIX_BB=ON 
* Jrme Arbez-Gindre 2008-07-18 | Correct handling of initilized values; pkg-config will work without -DPKGCONFIG_INSTALL_PREFIX=/usr in the cmake invocation 
* Jrme Arbez-Gindre 2008-07-18 | Handle local data attach to a BB. Add a "callback way" to the receiving message API. 
* Robert De Vries 2008-07-11 | Fix crash when asking for more symbols than are provided. Do not only support doubles, support all types. 
* Robert De Vries 2008-07-11 | Remove DOS CR line terminations here and there. 
* Robert De Vries 2008-07-11 | Fix bug in printing 64 bit integers. Also substitute format specifiers directly in fprintf() calls so that the compiler gets a chance at checking them against the actual parameter. 
* Jrme Arbez-Gindre 2008-07-09 | Refine copyright notice. 
* Jrme Arbez-Gindre 2008-07-08 | Set forgotten compile/install module directory. 
* Jrme Arbez-Gindre 2008-07-08 | README/Copyright corrections. 
* Jrme Arbez-Gindre 2008-07-07 | Create class_devices to help the kernel to generate udev events with BB name. (task #8385) 
* Jrme Arbez-Gindre 2008-07-07 | Do not run test as default behavior. 
* Jrme Arbez-Gindre 2008-07-07 | bb_destroy have to exported. 
* Eric Noulard 2008-07-03 | Add PACKAGE_VERSION_MORE in order to be able to mangle version name for continuous integration tools. Original idea from Jerome Arbez-Gindre. 
* Frederik Deweerdt 2008-06-30 | Fix x86-64 related warnings 
* Jrme Arbez-Gindre 2008-06-30 | Add the ability to build the module-assistant debian package for the BB linux kernel module. 
* Robert De Vries 2008-06-29 | Add -D_GNU_SOURCE flag to top-level CMakeLists.txt file for GNU C compiler only. Remove locally defined __USE_GNU and _GNU_SOURCE defines from tspfs.[ch] 
* Jrme Arbez-Gindre 2008-06-26 | Fix "Out of source build" of linux kernel BB module. (bug #23712) - Improve ADD_CUSTOM_COMMAND DEPENDS options - create a kbuid folder and copy in it every needed files... and then compile locally. 
* Jrme Arbez-Gindre 2008-06-26 | Fix compilation error on BB linux kernel module (bug #23711) Remomve also a linux kernel module compilation warning home/jerome/projects/tsp/src/util/libbb/bb_core.c:113: warning: 'posix_bb_ops' defined but not used 
* Eric Noulard 2008-06-25 | Suppress DEBUG output 
* Eric Noulard 2008-06-25 | Suppress buggy test (until we get a working test sets) 
* Eric Noulard 2008-06-25 | Fix compilation error on x86_64 machine. Format for pointer is arch dependent... 
* Eric Noulard 2008-06-25 | Fix compilation error on x86_64 machine. Format for pointer is arch dependant... 
* Eric Noulard 2008-06-25 | Fix getFutureLastStep usage 
* Eric Noulard 2008-06-25 | Fix compilation error on x86_64 machine. Format for pointer is arch dependant... 
* Robert De Vries 2008-06-24 | As discussed in bug #22190 these files may be removed as they are not currently maintained and redundant. The client side is already covered by the normal rpc interface. 
* Robert De Vries 2008-06-24 | Fix small compiler warnings from gcc 4.3.0 
* Frederik Deweerdt 2008-05-02 | More 64bit warning fixes 
* Eric Noulard 2008-04-27 | Fix some 32/64 bits issues. 
* Eric Noulard 2008-04-25 | Small typos fix 
* Eric Noulard 2008-04-24 | Small update 
* Eric Noulard 2008-04-24 | First TSP dtest sequence 
* Eric Noulard 2008-04-05 | Should fix bug #22731 : Too much memory consumption in socket buffer Socket buffer size should be appropriately sized 
* Frederik Deweerdt 2008-04-01 | Remove obsolete "Generic" comment 
* Frederik Deweerdt 2008-04-01 | Propagate return codes from "bb_<cmd>()" to "bb_tools <cmd>" executable 
* Frederik Deweerdt 2008-04-01 | Rtems related fixes 
* Frederik Deweerdt 2008-04-01 | Fix some comments 
* Frederik Deweerdt 2008-04-01 | Fix coding style 
* Frederik Deweerdt 2008-03-31 | Remove trailing withspace 
* Frederik Deweerdt 2008-03-31 | Remove trailing whitespace 
* Frederik Deweerdt 2008-03-31 | sys/ipc.h issue resolved: include bb_utils.c in libbb.a under rtems too 
* Frederik Deweerdt 2008-03-31 | Remove unused sys/ipc.h header 
* Frederik Deweerdt 2008-03-25 | Don't build shared libs in the Rtems case 
* Frederik Deweerdt 2008-03-25 | Move disabling consumer building to main CMakeLists.txt 
* Frederik Deweerdt 2008-03-25 | CMake no longer accepts $() variables, use ${} as intended 
* Frederik Deweerdt 2008-03-24 | TSP Rtems port: mostly ifdef __rtems__ added 
* Frederik Deweerdt 2008-03-24 | TSP Rtems port: add BUILD_RTEMS option 
* Frederik Deweerdt 2008-03-24 | TSP Rtems port: cmake infrastructure 
* Frederik Deweerdt 2008-03-24 | Rename rtems files, step 2 
* Frederik Deweerdt 2008-03-24 | Rename rtems files, step 1 
* Frederik Deweerdt 2008-03-16 | Merging Stphane Arquer's work: First RTEMs port batch This just merely compiles, work needs to be done to add a real posix BB to the mainline 
* Eric Noulard 2008-03-05 | Update the make patch target 
* Eric Noulard 2008-03-05 | Add a cmake scripts for creating patch 
* Frederik Deweerdt 2008-03-04 | Task #7824, add a "patch" target to generate a patch file 
* Frederik Deweerdt 2008-02-24 | Bug fix (introduced by previous commit): take -s switch into account 
* Frederik Deweerdt 2008-02-23 | * coding style clean-up * better option parsing * add -x to clean up the blackboard on exit 
* Robert De Vries 2008-02-05 | Implement solution to allow redirection of trace messages (mainly useful for error and warning messages). The original macros from tsp_simple_trace.h are replaced by a couple of equivalent macros and functions. The new macros are variadic ones that allow you to use the variable argument lists more naturally. This removes the need for the double parentheses. The majority of the patch is therefore dedicated to removing all the redundant double parentheses. 
* Robert De Vries 2008-02-05 | Fix typo in doxygen directive. 
* Frederik Deweerdt 2008-01-25 | Fix two X_session_list_mutex leakeages in error cases. 
* Eric Noulard 2007-12-08 | Add  "+" to optstring of getopt in order to avoid argument reordering for finding option. Using this getopt will stop analyzing the line as soon as it finds an argument which is not an option. 
* Robert De Vries 2007-12-04 | Remove empty files. 
* Robert De Vries 2007-12-02 | Remove embedded ^S character. 
* Eric Noulard 2007-11-30 | Correct bug #20931 : Use _WIN32 instead of WIN32 Change ifdef WIN32 to _WIN32 
* Eric Noulard 2007-11-30 | Remove warning for invalid cast from int32 to pointer Second try. I think this one is the good one. This should be OK on all platforms including Win32. 
* Eric Noulard 2007-11-30 | Remove warning for invalid cast from int32 to pointer moreover this should be totally wrong on 64 bits arch. 
* Stephane Venerque 2007-11-21 | Temporarily commit operation. No news. 
* Robert De Vries 2007-11-21 | Fix compiler warnings. 
* Robert De Vries 2007-11-18 | Fix bad paths in tsp pkgconfig script when building rpm package. 
* Stephane Venerque 2007-11-17 | Use of BAD_CAST macro since xmlStrcat function can not be used. 
* Stephane Venerque 2007-11-17 | Modification after having put Gtk-Extra widgets into the TSP external directory. 
* Stephane Venerque 2007-11-17 | Modification due to the adding of GtkExtra widgets in the "gtk" directory. 
* Stephane Venerque 2007-11-17 | Adding GTK-Extra widgets in order to be used by TARGA. 
* Eric Noulard 2007-11-17 | Avoid compilation error 
* Frederik Deweerdt 2007-11-15 | Fix a typo in bb_utils_parseone_array, &= instead of = 
* Stephane Venerque 2007-11-14 | Commit for security reasons, but developments are not over. 
* Robert De Vries 2007-11-12 | - Install xml configuration files in shared files instead of bin - Move include files into separate package tsp-devel - Rename tsp-apidoc package to tsp-doc - Do not install profile shell scripts in /etc/profile.d - Do not set x bits for config files 
* Frederik Deweerdt 2007-11-12 | Add needed defs for the linux/arm platform 
* Frederik Deweerdt 2007-11-09 | Fix misc warnings. 
* Robert De Vries 2007-11-09 | Fix compilation warnings. 
* Eric Noulard 2007-11-08 | SET_SOURCE_FILES_PROPERTIES seems to be available from CMake 2.2.x no need to check for CMake version 
* Eric Noulard 2007-11-08 | Update ONCRPC in order to inhibit spurious warnings for generated files. 
* Robert De Vries 2007-11-07 | Fix spelling error in comment. 
* Robert De Vries 2007-11-06 | Further cleanups to move the specific variable RPM_MAKE_APIDOC from FindDoxygen.cmake to the top level CMakeLists.txt file. Remove variables from the cache: DOXYGEN_PACKAGE, DOXYGEN_DOT_PACKAGE and RPM_MAKE_APIDOC. Rename variable MAKE_APIDOC to RPM_MAKE_APIDOC to avoid confusion with the MAKE_APIDOC parameter and to make it more clear that it is to be used by the RPM spec file. bug #20919: RPM build fails if doxygen is not found 
* Eric Noulard 2007-11-06 | Fix bug #21520 : bb_lock call bb_unlock of bb_operation structure 
* Robert De Vries 2007-11-05 | Remove erroneous paste. 
* Robert De Vries 2007-11-05 | Include FindDoxygen in top level CMakeLists.txt file to ensure that the variables are propagated to the RPMTools_ADD_RPM_TARGETS macro. Clean up logic of finding packages Remove unused variable Add extra variable that indicates that the apidoc package can be made. Add %if statements to spec file to conditionally create apidoc package if both doxygen and dot are found. bug #20919 RPM build fails if doxygen is not found 
* Robert De Vries 2007-11-05 | Change message to reflect the actual tool that is to be found. 
* Eric Noulard 2007-11-03 | Add xxxx_PACKAGE to the CACHE in order to make it available when generating tsp.spec file. 
* Eric Noulard 2007-11-02 | Small typo fix 
* Eric Noulard 2007-11-02 | Toward a CMake standard compliant FindTSP.cmake 
* Eric Noulard 2007-11-02 | Partial merge of first RTEMS patch. https://savannah.nongnu.org/task/?7409 
* Frederik Deweerdt 2007-09-04 | Move xml related code (process_node and bb_xml_load_file) to bb_xml.{c,h} This code is compiled only if libxml2 is found 
* Eric Noulard 2007-08-30 | Less warning [again] 
* Eric Noulard 2007-08-30 | Less Warning respect function prototype for rpc request handler 'run' function Update this -> cthis as it was already done in  header for clean C++ compile. 
* Eric Noulard 2007-08-30 | Do not put generated files in CVS. [Unless it is really properly handled like for rpcgen generated files] 
* Eric Noulard 2007-08-30 | Fix build breakage. Trouble was due to CMake 2.6 usage which not available in CMake 2.4.x 
* Eric Noulard 2007-08-30 | Less compiler warning 
* Eric Noulard 2007-08-30 | Calm down (gcc) compiler warning for Lex/Yacc generated files 
* Eric Noulard 2007-08-30 | Calm down (gcc) compiler warning for RPC generated files 
* Eric Noulard 2007-08-29 | Use new style INSTALL CMake MACRO Try to use COMPONENT (waiting for information on HOW to use it efficiently) 
* Eric Noulard 2007-08-29 | Small modification for 64 bits machine. Tested on Linux i386 and x86_64 uintptr_t availability should be check on other archs/OS. 
* Frederik Deweerdt 2007-08-28 | Fix XDR related memory leaks 
* Frederik Deweerdt 2007-08-27 | Set FUSE_DEVEL_PACKAGE to void if FUSE is not found this allows to build an RPM without FUSE if FUSE was not found on the system. 
* Frederik Deweerdt 2007-08-27 | 0.8.4cvs: change RPM's release number to 1 
* Frederik Deweerdt 2007-08-27 | Add reset RPM releases to the release process 
* Frederik Deweerdt 2007-08-27 | - bb_tools.c:process_node() : Use bb_value_direct_write to avoid code   duplication - bb_tools.c:bbtools_dump() : Remove checksumming dead code 
* Frederik Deweerdt 2007-08-27 | Value may well contain 0x an still not be an exadecimal, only check for the first two characters. 
* Frederik Deweerdt 2007-08-27 | Remove unused variable lenval 
* Frederik Deweerdt 2007-08-27 | Remove superfluous ifndef __KERNEL__ 
* Frederik Deweerdt 2007-08-27 | Get rid of checksumming inside the BB, see: http://www.mail-archive.com/tsp-devel@nongnu.org/msg00789.html for explanations 
* Frederik Deweerdt 2007-08-27 | Remove OpenSSL dependecy, we don't use md5sum anymore for dumps 
* Frederik Deweerdt 2007-08-27 | Remove OpenSSL dependency 
* Frederik Deweerdt 2007-08-27 | Coding style clean-up Replace MD5 functions with in-house SHA1 implementation 
* Frederik Deweerdt 2007-08-09 | Add tsp_services lib to pkg-config ldflags. It's absence caused an undefined reference on tsp_usleep 
* Eric Noulard 2007-07-30 | Switch this trace to debug_more 
* Eric Noulard 2007-07-30 | Add missing strace include 
* Eric Noulard 2007-07-30 | Add STRACE_DEBUG for ringbuf allocation Initiate doxygen doc 
* Eric Noulard 2007-07-24 | Fix some doxygen complains about embedded documentation 
* Eric Noulard 2007-07-24 | Update TSP doxygen config in order to suppress obsolete FLAGS (as warned by doxygen 1.5.2) 
* Eric Noulard 2007-07-06 | Add GCC option in order to help usage of Eclipse CDT 
* Eric Noulard 2007-06-26 | Update rpm spec release in order to ease eventual update 
* Eric Noulard 2007-06-26 | Use %{prefix}/share/doc/tsp instead of %{prefix}/share/doc 
* Eric Noulard 2007-06-25 | Second pass for patch 6037 We forgot generated documentation relocation 
* Eric Noulard 2007-06-25 | Modified patch 6037 applied New Installation Tree for TSP 
* Frederik Deweerdt 2007-05-15 | Fix bb_data_initialise memset for E_BB_USER. 1.38 fix was only half of the work 
* Eric Noulard 2007-05-15 | Correct bug #19853 windows CMake run problem 
* Eric Noulard 2007-05-14 | Add comments for https://savannah.nongnu.org/task/index.php?6883 
* Eric Noulard 2007-05-12 | Handle dangling RPC connection carefully on first error go UNREACHABLE fpr ever 
* Eric Noulard 2007-05-12 | Be nice switch t_create failed to DEBUG level this is not really an error someone may try it in order to guess whether if a provider is there 
* Eric Noulard 2007-05-12 | Add xmlrpc LD_LIBRARY_PATH 
* Eric Noulard 2007-05-12 | Add Debian packaging support using Mathieu Malaterre UseDebian package (slightly modified) 
* Eric Noulard 2007-05-04 | Add bb_load script wrapper 
* Frederik Deweerdt 2007-05-04 | Fix compile error refered to here: http://www.mail-archive.com/tsp-devel@nongnu.org/msg00688.html yytext should be defined in the Definitions section of the lex file, so that the type (pointer or array) is not implementation dependant. 
* Frederik Deweerdt 2007-05-04 | Modular dumper (classic or xml) New bb_load operation (generate bb from xml file) 
* Frederik Deweerdt 2007-05-04 | Check for openssl, if found add -DOPENSSL_FOUND to compilation flags 
* Frederik Deweerdt 2007-05-04 | Fix bug #19719: Check for X11 in addition to OpenGL when building Visu3d 

2007-04-24 15:02  tag TSP_0_8_3

2007-04-24 15:02  deweerdt

	* CMakeLists.txt (1.40, TSP_0_8_3): Release 0.8.3:  - version bump
	  - re-allow in-tree compile

2007-04-24 15:00  deweerdt

	* src/Version.Readme (1.50, TSP_0_8_3): 0.8.3: Include Ruby /
	  XMLRPC work done by Stephane in the changelog

2007-04-23 13:16  erk

	* src/core/driver/tsp_consumer.h (1.37, TSP_0_8_3): Minor doc
	  comment correction

2007-04-23 00:38  deweerdt

	* external/ACPLT-ONCRPC/bin/install.bat (1.2, TSP_0_8_3): Update
	  path: get oncrpc.dll from ../lib

2007-04-23 00:23  deweerdt

	* external/ACPLT-ONCRPC/lib/oncrpc.dll (1.3, TSP_0_8_3): Back to
	  modified version (ie. TSP modified version) of the dll

2007-04-23 00:05  deweerdt

	* tests/tsp_port/src/: test_port_rpc.h (1.3), test_port_rpc_clnt.c
	  (1.3), test_port_rpc_svc.c (1.3), test_port_rpc_xdr.c (1.3)
	  (utags: TSP_0_8_3): Re-add removed file (temporary hack, it
	  shouldn't be needed)

2007-04-22 23:45  deweerdt

	* tests/tsp_port/src/: test_port_rpc.h (1.2), test_port_rpc_clnt.c
	  (1.2), test_port_rpc_svc.c (1.2), test_port_rpc_xdr.c (1.2):
	  Remove unused files (added a win32 prefix to them)

2007-04-22 23:43  deweerdt

	* tests/tsp_port/src/: test_port_rpc.h.win32 (1.1),
	  test_port_rpc_clnt.c.win32 (1.1), test_port_rpc_svc.c.win32
	  (1.1), test_port_rpc_xdr.c.win32 (1.1) (utags: TSP_0_8_3): Add
	  .win32 to windows specific files

2007-04-22 23:34  deweerdt

	* make/FindONCRPC.cmake (1.5, TSP_0_8_3): Use special .win32 .linux
	  pregenerated files if rpcgen is not found

2007-04-22 23:17  deweerdt

	* src/core/rpc/: tsp_rpc.h (1.2), tsp_rpc_clnt.c (1.2),
	  tsp_rpc_svc.c (1.2), tsp_rpc_xdr.c (1.2): Remove unused generated
	  files (now moved to .win32 or .linux)

2007-04-22 23:15  deweerdt

	* src/core/rpc/: tsp_rpc.h.win32 (1.1), tsp_rpc_clnt.c.win32 (1.1),
	  tsp_rpc_svc.c.win32 (1.1), tsp_rpc_xdr.c.win32 (1.1) (utags:
	  TSP_0_8_3): Add rpcgen pregenerated files for win32

2007-04-22 23:15  deweerdt

	* src/core/rpc/: tsp_rpc.h.linux (1.1), tsp_rpc_clnt.c.linux (1.1),
	  tsp_rpc_svc.c.linux (1.1), tsp_rpc_xdr.c.linux (1.1) (utags:
	  TSP_0_8_3): Add rpcgen pregenerated files for linux

2007-04-22 23:13  deweerdt

	* tests/tsp_port/CMakeLists.txt (1.2, TSP_0_8_3): Build tsp_port on
	  WIN32 only

2007-04-22 23:12  deweerdt

	* src/core/CMakeLists.txt (1.12, TSP_0_8_3): Remove tsp_rpc.h from
	  dependencies (tsp_rpc.h is generated)

2007-04-22 18:56  deweerdt

	* src/util/libcalc/CMakeLists.txt (1.4, TSP_0_8_3): Win32 doesn't
	  need -lm for linking

2007-04-22 18:49  deweerdt

	* make/FindACPLT_ONCRPC.cmake (1.3, TSP_0_8_3): Use
	  ONCRPC_RPCGEN_PROGRAM instead of RPCGEN_PROGRAM

2007-04-22 18:48  deweerdt

	* CMakeLists.txt (1.39): Launch FindONCRPC in Win32 case

2007-04-22 18:29  deweerdt

	* src/Version.Readme (1.49): TSP v0.8.3 changes

2007-04-21 18:17  deweerdt

	* external/ACPLT-ONCRPC/: bin/cou_svc.exe (1.2, TSP_0_8_3),
	  bin/do_cou.exe (1.2, TSP_0_8_3), bin/inst_pm.exe (1.2,
	  TSP_0_8_3), bin/pm_ascii.exe (1.2, TSP_0_8_3), bin/portmap.exe
	  (1.2, TSP_0_8_3), bin/rpcgen.exe (1.2, TSP_0_8_3),
	  bin/rpcinfo.exe (1.2, TSP_0_8_3), lib/oncrpc.dll (1.2): Update
	  binaries from ACPLT distribution

2007-04-20 23:38  erk

	* ReleaseProcess.txt (1.1, TSP_0_8_3): First attempt to describe
	  the TSP release process

2007-04-20 22:57  erk

	* make/: FindMd5sum.cmake (1.1), UseDebian.cmake (1.1) (utags:
	  TSP_0_8_3): Preliminary version of UseDebian cmake macro from
	  Mathieu MALATERRE This macro makes it possible to build a .deb
	  TSP packed :))

2007-04-18 12:42  erk

	* CMakeLists.txt (1.38): RPM building fail because RPM version
	  should not contain '-' character so switch from 0.8.3-rc1 to
	  0.8.3rc2

2007-04-18 12:41  erk

	* external/gtk-1.2/CMakeLists.txt (1.4, TSP_0_8_3): Correct bug
	  #19625 : Dependency problem on RPM Installation We must intall
	  the lib

2007-04-01 22:35  erk

	* src/util/libutil/tsp_check_host_and_ip.c (1.5, TSP_0_8_3): Add
	  get_myaddress rcplib function test As we try to fix bug #19455

2007-04-01 15:17  deweerdt

	* src/util/libbb/: bb_alias.c (1.7), bb_core.c (1.40), bb_core.h
	  (1.36), bb_core_k.c (1.3), bb_core_k.h (1.3), bb_module.c (1.3),
	  bb_simple.c (1.16) (utags: TSP_0_8_3): - Add free->kfree and
	  malloc->kmalloc defines to fix kernel module compile problems -
	  Several whitespace clean-ups - Remove alloca usage, replace with
	  mallocs

2007-03-29 22:42  deweerdt

	* src/consumers/ascii_writer/tsp_ascii_writer_main.c (1.18),
	  src/consumers/gdisp/gdispmain.c (1.15),
	  src/consumers/generic/generic_consumer_main.c (1.11),
	  src/consumers/res_writer/client_res.c (1.19),
	  src/consumers/stdout/client_stdout.c (1.15),
	  src/providers/generic_reader/glu_genreader.c (1.10),
	  src/providers/rt_stub/stub_loopOnRtc.c (1.7),
	  src/providers/stub/server_main.c (1.15),
	  src/util/libbb/bbtools/bb_tools_main.c (1.7),
	  tests/tsp_port/src/test_rpc_client.c (1.3),
	  tests/tsp_port/src/test_rpc_server.c (1.3) (utags: TSP_0_8_3):
	  when using getopt, use an int to get its return value, not a char

2007-03-26 11:26  deweerdt

	* src/consumers/ascii_writer/tsp_ascii_writer_config.lex (1.7,
	  TSP_0_8_3): Revert wrong commit

2007-03-26 11:26  deweerdt

	* src/consumers/ascii_writer/tsp_ascii_writer_config.lex (1.6):
	  src/consumers/ascii_writer/tsp_ascii_writer_config.lex:44: error:
	  conflicting types for 'yytext'
	  src/consumers/ascii_writer/tsp_ascii_writer_config_yy.c:507:
	  error: previous declaration of 'yytext' was here
	  src/consumers/ascii_writer/tsp_ascii_writer_config_yy.c: In
	  function 'yylex':

2007-03-26 09:57  tag TSP_0_8_3_rc1

2007-03-26 09:57  erk

	* CMakeLists.txt (1.37, TSP_0_8_3_rc1): Prepare RC1 for TSP
	  Workshop

2007-03-25 23:32  deweerdt

	* src/consumers/tspfs/CMakeLists.txt (1.5, TSP_0_8_3,
	  TSP_0_8_3_rc1): Add tspfs.h include path

2007-03-25 23:32  deweerdt

	* src/consumers/tspfs/: tspfs.c (1.14), tspfs.h (1.1) (utags:
	  TSP_0_8_3, TSP_0_8_3_rc1): Add hashtables to store symbol names
	  Whitespace clean-ups

2007-03-25 19:13  erk

	* make/FindXMLRPCC.cmake (1.3, TSP_0_8_3, TSP_0_8_3_rc1): Fix the
	  added pathes

2007-03-25 17:50  erk

	* make/FindXMLRPCC.cmake (1.2), src/core/xmlrpc/README (1.1,
	  TSP_0_8_3, TSP_0_8_3_rc1): Search XMLRPC-C in /opt/xmlrpc and
	  /opt/xmlrpc-c Add a README containing Steph. Galles advices

2007-03-25 17:49  erk

	* make/UseRPMTools.cmake (1.4, TSP_0_8_3, TSP_0_8_3_rc1): Fix
	  message typo and wronlgy inherited ONCRPC var name

2007-03-25 16:18  erk

	* src/consumers/ascii_writer/tsp_ascii_writer.c (1.30, TSP_0_8_3,
	  TSP_0_8_3_rc1): Use Symbolic value MACSIM_xx or BACH_xx instead
	  of 1,2 etc..

2007-03-25 16:17  erk

	* src/providers/generic_reader/macsim_fmt.c (1.12, TSP_0_8_3,
	  TSP_0_8_3_rc1): Add more info in ERROR message

2007-03-24 14:40  erk

	* src/consumers/ascii_writer/tsp_ascii_writer.c (1.29): Simplify
	  and clarify code a bit.  Macsim and Bach main write loop is
	  exactly the same...  Avoid spurious tabulation at the end of the
	  line

2007-03-23 22:12  erk

	* src/providers/bb_provider/bb_tsp_provider.c (1.34, TSP_0_8_3,
	  TSP_0_8_3_rc1): fix: bug #19394 : BB Provider does not handle
	  multi-type correctly The BB provider was partially updated during
	  the multi-type and array switch TSP 0.7.x --> TSP 0.8.x

2007-03-23 20:52  erk

	* src/core/ctrl/tsp_datapool.c (1.32, TSP_0_8_3, TSP_0_8_3_rc1):
	  Add explanation about item.raw_value meaning and usage

2007-03-20 11:11  deweerdt

	* src/util/libbb/bb_utils.c (1.15, TSP_0_8_3, TSP_0_8_3_rc1): Fix
	  bug #19354 (bb_tools read/write segfault)

2007-03-04 22:08  erk

	* src/util/libbb/bb_utils.c (1.14): We should zero out the string
	  before strncat into it parsed_symname is OUT only parameter

2007-03-04 21:21  erk

	* src/consumers/ascii_writer/tsp_ascii_writer.c (1.28): Quiet
	  compilation please

2007-03-01 23:49  sgalles

	* make/cc-build.xml (1.10, TSP_0_8_3, TSP_0_8_3_rc1): added
	  comments

2007-03-01 23:26  erk

	* src/core/rpc/tsp_client.c (1.20, TSP_0_8_3, TSP_0_8_3_rc1): More
	  valuable STRACE

2007-03-01 19:45  deweerdt

	* src/util/libbb/: CMakeLists.txt (1.13, TSP_0_8_3), bb_core.c
	  (1.39), bb_core.h (1.35), bb_simple.c (1.15), bb_tools.c (1.31,
	  TSP_0_8_3), bb_varname_sarray.c (1.2, TSP_0_8_3) (utags:
	  TSP_0_8_3_rc1): -Add bb_varname_len() API, with the new
	  bb_varname* stuff, this is varname encoding dependent -Remove
	  hacks in bb_simple.c to use the new bb_varname_len -Move stack
	  allocations in bb_simple to alloca() -Build the new sarray
	  varname encoding scheme as an external library

2007-03-01 19:43  deweerdt

	* src/util/libbb/bb_core_sysv.c (1.4, TSP_0_8_3, TSP_0_8_3_rc1):
	  Fix bug #19154, use MAX_SYSMSG_SIZE instead of MSG_BB_MAX_SIZE
	  for the size of a BB message

2007-03-01 18:36  erk

	* src/core/ctrl/: tsp_datapool.h (1.19), tsp_session.c (1.37)
	  (utags: TSP_0_8_3, TSP_0_8_3_rc1): Fix for bug #19179 : Garbage
	  collector thread wrongly close TSP session

2007-02-28 23:33  sgalles

	* make/cc-build.xml (1.9): added comments to describe how to use
	  cruisecontrol with tsp

2007-02-28 22:58  sgalles

	* src/core/xmlrpc/: tsp_xmlrpc_server.c (1.23), tsp_xmlrpc_server.c
	  (1.24, TSP_0_8_3, TSP_0_8_3_rc1): testing cruise control

2007-02-28 21:40  erk

	* CMakeLists.txt (1.36), make/UseRPMTools.cmake (1.3): Update
	  RPMTools for adding "generate" spec file feature.  Will send this
	  version to CMake ML

2007-02-28 06:39  sgalles

	* make/cc-build.xml (1.8): added cruise control conf file example

2007-02-28 06:30  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.22): cruise control test

2007-02-28 06:27  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.21): cruise control test

2007-02-28 06:22  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.20): cruise control test

2007-02-28 06:18  sgalles

	* make/cc-build.xml (1.7): fixed tsp dir

2007-02-28 05:50  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.19): cruise control test

2007-02-28 05:47  sgalles

	* make/cc-build.xml (1.6): cruise control test

2007-02-27 21:32  sgalles

	* make/cc-build.xml (1.5): continuous integration test

2007-02-27 21:19  sgalles

	* make/cc-build.xml (1.4): contiunous intgration test

2007-02-27 21:13  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.18): continous integration
	  test

2007-02-27 21:10  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.17): continuous
	  integration

2007-02-27 21:05  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.16): continous integration
	  test

2007-02-27 21:04  sgalles

	* make/cc-build.xml (1.3): added verbose

2007-02-27 21:00  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.15): continuous
	  integration test

2007-02-27 20:35  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.14): continous integration
	  test

2007-02-27 20:30  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.13): continuous
	  integration test

2007-02-27 08:14  sgalles

	* make/cc-build.xml (1.2): ci test

2007-02-27 08:02  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.12): ci test, removed
	  error

2007-02-27 07:58  sgalles

	* src/core/xmlrpc/tsp_xmlrpc_server.c (1.11): temporary broken
	  build for ci test

2007-02-27 07:30  sgalles

	* make/cc-build.xml (1.1): added Ant file for continuous build
	  integration (cruisecontrol tool)

2007-02-27 06:52  deweerdt

	* src/consumers/gdisp/: CMakeLists.txt (1.6, TSP_0_8_3),
	  gdispmain.c (1.14), interface.c (1.10, TSP_0_8_3), plotwindow.c
	  (1.4, TSP_0_8_3), plotwindow.h (1.3, TSP_0_8_3), support.c (1.3,
	  TSP_0_8_3), support.h (1.4, TSP_0_8_3) (utags: TSP_0_8_3_rc1):
	  Cleanup warnings

2007-02-26 22:55  deweerdt

	* src/providers/bb_provider/bb_tsp_provider.c (1.33): The name
	  needs to be assigned to as bb_utils_parsearray modifies "n"

2007-02-26 22:42  deweerdt

	* src/providers/bb_provider/bb_tsp_provider.c (1.32): Realloc the
	  buffer given by bb_get_varname, it might not be long enough Fix
	  #19158

2007-02-26 20:30  sgalles

	* src/core/: ctrl_init/tsp_provider_init.c (1.20),
	  include/tsp_const_def.h (1.44) (utags: TSP_0_8_3, TSP_0_8_3_rc1):
	  compilation with XMLRPC ON keeps RPC server on too

2007-02-26 17:21  deweerdt

	* src/util/libbb/bb_zip.c (1.2): Remove unused bb_zip.c file (this
	  was renamed to bb_varname_zip.c)

2007-02-25 11:13  deweerdt

	* src/util/libbb/bb_varname_sarray.c (1.1): Add new
	  bb_varname_sarray varname method

2007-02-22 15:54  deweerdt

	* src/util/libbb/: CMakeLists.txt (1.12), bb_core.c (1.38),
	  bb_core.h (1.34), bb_simple.c (1.14), bb_tools.c (1.30),
	  bb_varname_zip.c (1.1, TSP_0_8_3, TSP_0_8_3_rc1): Bug fix version
	  for the varname patches

2007-02-20 22:09  sgalles

	* src/core/xmlrpc/: tsp_xmlrpc_server.c (1.10), tsp_xmlrpc_util.c
	  (1.6, TSP_0_8_3, TSP_0_8_3_rc1): added offset support

2007-02-20 20:05  sgalles

	* src/core/xmlrpc/: tsp_xmlrpc_server.c (1.9), tsp_xmlrpc_util.c
	  (1.5): sync with Ruby implementation of multi types and arrays

2007-02-20 17:43  deweerdt

	* src/util/libbb/: bb_core.c (1.37), bb_core.h (1.33): - Better
	  naming for bb_ctl options - Fix a bug in the	SET_NAMING bb_ctl
	  option

2007-02-20 17:12  deweerdt

	* src/util/libbb/: bb_core.c (1.36), bb_core.h (1.32): Handle bb
	  versioning

2007-02-20 17:00  deweerdt

	* src/util/libbb/: CMakeLists.txt (1.11), bb_core.c (1.35),
	  bb_core.h (1.31): Load symbols from varname_lib, add proper
	  bb_ctl interface and documentation

2007-02-20 15:53  deweerdt

	* src/util/libbb/: CMakeLists.txt (1.10), bb_core.c (1.34),
	  bb_core.h (1.30), bb_zip.c (1.1): Moved bb_{g,s}et_varname_zip to
	  bb_zip file Building depends on FOUND_ZLIB conditionnal

2007-02-20 15:39  erk

	* CMakeLists.txt (1.35): Add PackageBackup target

2007-02-20 15:36  erk

	* make/UsePackageBackup.cmake (1.1, TSP_0_8_3, TSP_0_8_3_rc1): Add
	  PackageBackup CMake macro

2007-02-20 15:13  deweerdt

	* src/util/libbb/: bb_core.c (1.33), bb_core.h (1.29): Add a
	  private structure at the end of the black board.  It's 4Kb large,
	  this ought to be enough for everybody :) Modified bb_size to take
	  this new structure into account

2007-02-20 08:39  deweerdt

	* src/util/libbb/bb_core.h (1.28): BB version bump -> 0x4000

2007-02-20 08:38  deweerdt

	* src/util/libbb/: bb_core.c (1.32), bb_core.h (1.27): Remove
	  __name_len from the datadesc

2007-02-20 08:34  deweerdt

	* src/util/libbb/bb_core.c (1.31): Cleanup a compile warning

2007-02-20 08:34  deweerdt

	* src/util/libbb/bb_core.h (1.26): Add reserved space to the
	  datadesc

2007-02-20 08:30  deweerdt

	* src/: providers/bb_provider/bb_tsp_provider.c (1.31),
	  util/libbb/bb_core.c (1.30), util/libbb/bb_simple.c (1.13),
	  util/libbb/bb_tools.c (1.29): Rename __bb_get_varname to
	  bb_get_varname (broke compile)

2007-02-19 16:53  deweerdt

	* src/util/libbb/: bb_alias.c (1.6, TSP_0_8_3_rc1), bb_core.c
	  (1.29), bb_core.h (1.25), bb_core_sysv.c (1.3), bb_simple.c
	  (1.12), bb_tools.c (1.28): Swith to new bb_get_varname API to get
	  a variable's name Add bb_ctl API

2007-02-19 16:52  deweerdt

	* src/util/libbb/CMakeLists.txt (1.9): Added zlib to linked
	  libraries: todo, make it optional

2007-02-19 16:51  deweerdt

	* src/providers/bb_provider/bb_tsp_provider.c (1.30): cvS:
	  ----------------------------------------------------------------------
	  bb_{g,s}et_varname related changes

2007-02-17 17:53  erk

	* CMakeLists.txt (1.34), make/UseRPMTools.cmake (1.2): Improve
	  RPMTools in order to handle to be configured spec files

2007-02-17 16:45  erk

	* CMakeLists.txt (1.33): Bumped CMake required version up to 2.4.4
	  since 2.4.2 and 2.4.3 does not handle our CMake Build system any
	  more (really don't know why?)

2007-02-17 13:27  sgalles

	* CMakeLists.txt (1.32): fixed XMLRPC build

2007-02-16 21:49  deweerdt

	* CMakeLists.txt (1.31): Don't try to use rpm if rpm tools were not
	  found

2007-02-16 15:28  erk

	* CMakeLists.txt (1.30), make/FindONCRPC.cmake (1.4,
	  TSP_0_8_3_rc1), make/UseRPMTools.cmake (1.1): Added
	  UseRPMTools.cmake and use it :)) May do little more to contribute
	  this macro back to CMake/CPack

2007-02-11 22:45  erk

	* src/core/: common/tsp_encoder.c (1.11, TSP_0_8_3, TSP_0_8_3_rc1),
	  common/tsp_encoder.h (1.7, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_data_sender.c (1.27, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_data_sender.h (1.11, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_group_algo.c (1.23, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_group_algo.h (1.11, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_group_algo_data.h (1.8, TSP_0_8_3, TSP_0_8_3_rc1),
	  ctrl/tsp_session.c (1.36), include/tsp_const_def.h (1.43): First
	  attempt fix for bug #19008 : Cannot subscribe to large arrays We
	  were assuming that group item was still scalar and double sized
	  which is now wrong.  The fix may be improved but is ready for
	  prime time testing :))

2007-02-11 22:41  erk

	* src/util/libbb/bbtools/bb_simu.c (1.11, TSP_0_8_3,
	  TSP_0_8_3_rc1): Enlarge "Huge Array" in order to reproduce: bug
	  #19008 : Cannot subscribe to large arrays

2007-02-11 20:19  esteban

	* src/consumers/gdisp+/gdisp_sampling.c (1.22, TSP_0_8_3,
	  TSP_0_8_3_rc1): Checking all TSP_consummer_xxx returned code.  Do
	  not compare returned value to TRUE or FALSE, but to
	  TSP_STATUS_xxx.

2007-02-11 00:42  erk

	* src/Version.Readme (1.48, TSP_0_8_3_rc1): Small Update for
	  avoiding missing already commited changes

2007-02-11 00:28  erk

	* src/consumers/generic/CMakeLists.txt (1.5, TSP_0_8_3,
	  TSP_0_8_3_rc1): Re-Add tsp_request_xxx scripts

2007-02-10 19:49  erk

	* src/core/driver/: tsp_consumer.c (1.59), tsp_data_receiver.c
	  (1.28) (utags: TSP_0_8_3, TSP_0_8_3_rc1): Partial fix of bug
	  #18799 : targa core dump

2007-02-10 11:17  erk

	* INSTALL (1.7, TSP_0_8_3, TSP_0_8_3_rc1): Correct somes typos and
	  add link to online informations

2007-02-09 21:51  deweerdt

	* INSTALL (1.6): Update the compilation step take into accout our
	  cmake switch

2007-02-01 23:34  erk

	* src/doxy/CMakeLists.txt (1.5, TSP_0_8_3, TSP_0_8_3_rc1): Slightly
	  improve doc generation Should only run on first build then may be
	  "forced" through make apidoc_forced

2007-01-29 20:40  erk

	* src/: util/CMakeLists.txt (1.4), consumers/CMakeLists.txt (1.5)
	  (utags: TSP_0_8_3, TSP_0_8_3_rc1): Suppress spurious Win32 port
	  comment

2007-01-29 18:04  erk

	* src/util/libbb/bb_core.c (1.28): Do not compile bb_ops_k on non
	  linux platform

2007-01-29 17:52  erk

	* CMakeLists.txt (1.29), make/FindONCRPC.cmake (1.3),
	  src/core/CMakeLists.txt (1.11, TSP_0_8_3_rc1),
	  src/core/include/tsp_sys_headers.h (1.23, TSP_0_8_3,
	  TSP_0_8_3_rc1), src/core/misc_utils/tsp_mtgprof.h (1.5,
	  TSP_0_8_3, TSP_0_8_3_rc1), src/util/libbb/CMakeLists.txt (1.8),
	  src/util/libutil/CMakeLists.txt (1.4, TSP_0_8_3, TSP_0_8_3_rc1),
	  tests/tsp_port/src/CMakeLists.txt (1.5, TSP_0_8_3,
	  TSP_0_8_3_rc1): (re)Porting to Solaris 5.10 Seems good but not
	  finished for BB part

2007-01-29 14:41  erk

	* make/FindONCRPC.cmake (1.2), src/core/CMakeLists.txt (1.10),
	  tests/tsp_port/src/CMakeLists.txt (1.4): First step for a better
	  way of generating ONCRPC stubs This is OK for tsp_port, now going
	  on tsp core

2007-01-29 13:35  erk

	* CMakeLists.txt (1.28), make/FindACPLT_ONCRPC.cmake (1.2,
	  TSP_0_8_3_rc1), make/FindONCRPC.cmake (1.1),
	  tests/tsp_port/src/CMakeLists.txt (1.3): Wrote a FindONCRPC.cmake
	  and use if See task #6439: Write FindRPC cmake package Discover
	  RPC in a better way (more to come)

2007-01-29 09:39  erk

	* tests/tsp_port/src/: test_api.c (1.2, TSP_0_8_3), test_api.h
	  (1.2, TSP_0_8_3), test_rpc_client.c (1.2), test_rpc_server.c
	  (1.2) (utags: TSP_0_8_3_rc1): Make tsp_port compile with far less
	  warning on Solaris (tested on Linux x86_64 too)

2007-01-26 18:11  erk

	* CMakeLists.txt (1.27), tests/tsp_port/src/CMakeLists.txt (1.2):
	  redo solaris/sunos we should link with socket and nsl library
	  socket is for socket nsl for rpc

2007-01-26 18:09  erk

	* src/core/include/tsp_abs_types.h (1.26, TSP_0_8_3,
	  TSP_0_8_3_rc1): update solaris/sunos port

2007-01-26 17:47  erk

	* src/core/: common/tsp_decoder.c (1.6, TSP_0_8_3, TSP_0_8_3_rc1),
	  common/tsp_encoder.c (1.10), include/tsp_sys_headers.h (1.22):
	  Solaris and SunOS do not define alloca in stdlib.h but in
	  alloca.h

2007-01-25 22:12  erk

	* make/TSPCMakeTools.cmake (1.6, TSP_0_8_3, TSP_0_8_3_rc1):
	  Suppress unused MACRO

2007-01-25 21:39  deweerdt

	* src/consumers/tspfs/tspfs.c (1.13): remove inline before
	  is_tsp_symbol() Leave the inlining decision to the compiler, it's
	  its job after all :)

2007-01-25 11:17  deweerdt

	* src/consumers/tspfs/tspfs.c (1.12): Remove bogus inline
	  annotation

2007-01-24 20:50  erk

	* CMakeLists.txt (1.26), make/FindDoxygen.cmake (1.4, TSP_0_8_3,
	  TSP_0_8_3_rc1), make/FindFUSE.cmake (1.3, TSP_0_8_3,
	  TSP_0_8_3_rc1), make/FindGTK.cmake (1.3, TSP_0_8_3,
	  TSP_0_8_3_rc1), make/FindXML2.cmake (1.3, TSP_0_8_3,
	  TSP_0_8_3_rc1), src/consumers/CMakeLists.txt (1.4),
	  src/scripts/tsp.spec.in (1.2, TSP_0_8_3, TSP_0_8_3_rc1),
	  src/scripts/tsp_profile.csh.in (1.5, TSP_0_8_3, TSP_0_8_3_rc1),
	  src/scripts/tsp_profile.sh.in (1.5, TSP_0_8_3, TSP_0_8_3_rc1):
	  Merged patch #5688 from Robert de Vries More work to do on RPM
	  building though but this is functionnal and tested on FC6

2007-01-24 11:27  erk

	* src/core/driver/tsp_consumer.h (1.36, TSP_0_8_3_rc1): Add more
	  helpfullcomment on the TSP_sample_t structure

2007-01-24 09:06  erk

	* CMakeLists.txt (1.25), make/FindGTK.cmake (1.2),
	  make/FindXML2.cmake (1.2), src/util/libcalc/CMakeLists.txt (1.3,
	  TSP_0_8_3_rc1): Integrate Robert de Vries patch for bug #18802 :
	  Bug while compiling TSP with DYN_LIB under linux

2006-12-07 22:26  erk

	* src/doxy/tsp_doc_tree.dox (1.6, TSP_0_8_3, TSP_0_8_3_rc1): Doc
	  update for targa ref

2006-12-07 22:25  erk

	* src/util/libbb/: bb_alias.h (1.5), bb_tools.h (1.9) (utags:
	  TSP_0_8_3, TSP_0_8_3_rc1): Doxygen doc update

2006-11-30 16:59  deweerdt

	* src/util/libbb/bb_utils.c (1.12.2.2): Add <assert.h> header to
	  fix bug #18422

2006-11-29 08:39  erk

	* ChangeLog (1.2, TSP_0_8_3, TSP_0_8_3_rc1): Added ChangeLog
	  TSP_0_8_1:TSP_0_8_2

2006-11-29 08:34  erk

	* src/Version.Readme (1.47, TSP_0_8_2): Update for TSP 0.8.2

2006-11-28 15:22  erk

	* ChangeLog (1.1, TSP_0_8_2): Add first ChangeLog generated using
	  cvs2cl (www.red-bean.com/cvs2cl/) src/scripts/cvs2cl.pl -t -r
	  --delta TSP_0_8_0:TSP_0_8_1 --prune -T --accum

2006-11-28 14:58  erk

	* CMakeLists.txt (1.24, TSP_0_8_2): Prepare 0.8.2

2006-11-28 14:52  erk

	* src/util/libbb/: bb_core.c (1.27), bb_tools.c (1.27) (utags:
	  TSP_0_8_2): Correct bug #18395: bb_write does not work any more
	  Add #ifndef __KERNEL__ and re-add bb_value_direct_write  call
	  which disapeared bewteen r1.23 and r1.24 when merging in bb
	  rework for bb kernel Add #else __KERNEL__ for E_BB_TYPE_SIZE
	  array in order to avoid  wrong value du to offset in enum index

2006-11-28 13:58  erk

	* src/util/libbb/bb_tools.c (1.26): Improve bb_read for string-like
	  output bb_read will use bb_string_value_print whereas bb_read -v
	  will not, allowing to see past '\0' characters in CHAR / UCHAR
	  arrays

2006-11-28 13:57  erk

	* make/FindTSP.cmake (1.1, TSP_0_8_2): Preliminary FindTSP cmake
	  module

2006-11-27 21:19  deweerdt

	* CMakeLists.txt (1.23): Merge of the kernel bb branch Add an
	  option to build the Black Board kernel module

2006-11-27 21:12  deweerdt

	* src/util/libbb/CMakeLists.txt (1.7, TSP_0_8_2): Merge of the
	  kernel bb branch Add forgotten bb_core_k.c to the source files
	  even in userspace (it contains dummy functions in that case)

2006-11-27 21:05  deweerdt

	* src/util/libbb/bb_utils.h (1.12, TSP_0_8_2): Merge of the kernel
	  bb branch Ifdef some userspace code, add kernel specific headers

2006-11-27 21:03  deweerdt

	* src/util/libbb/bb_simple.h (1.10, TSP_0_8_2): Merge of the kernel
	  bb branch Add kernel specific headers, ifdef some userspace code

2006-11-27 21:01  deweerdt

	* src/util/libbb/bb_simple.c (1.11, TSP_0_8_2): Merge of the kernel
	  bb branch Add ifdef's for kernel, implement dummy functions for
	  synchro

2006-11-27 20:55  deweerdt

	* src/util/libbb/bb_module.c (1.2, TSP_0_8_2): Merge of the kernel
	  bb branch

2006-11-27 20:55  deweerdt

	* src/util/libbb/bb_alias.c (1.5, TSP_0_8_2): Merge of the kernel
	  bb branch Add ifdef's __KERNEL__

2006-11-27 20:53  deweerdt

	* src/util/libbb/bb_alias.h (1.4, TSP_0_8_2): Merge of the kernel
	  bb branch ifdef *_C_DECLS

2006-11-27 20:50  deweerdt

	* src/util/libbb/bb_core.h (1.24, TSP_0_8_2): Merge of the kernel
	  bb branch Mostly add ifdef's for userspace specific functions

2006-11-27 20:42  deweerdt

	* src/util/libbb/: bb_core_k.c (1.2), bb_core_k.h (1.2),
	  build_module.sh (1.2), Makefile.k (1.2) (utags: TSP_0_8_2): Merge
	  of the kernel bb branch

2006-11-27 20:41  deweerdt

	* src/util/libbb/bb_core.c (1.26): Merge kernel bb branch Mostly
	  add ifdef's for double and float operations

2006-11-27 20:20  deweerdt

	* src/util/libbb/CMakeLists.txt (1.6): BBK branch merge Add build
	  instructions for the bb kernel module

2006-11-27 20:14  deweerdt

	* src/util/libbb/README (1.3, TSP_0_8_2): BBK branch merge Add
	  documentation on the kernel module

2006-11-24 19:54  erk

	* src/scripts/: cvs2cl.pl (1.1), cvs2cl.pl.readme (1.1) (utags:
	  TSP_0_8_2): Added cvs2pl perl scripts see
	  http://www.red-bean.com/cvs2cl/

2006-11-24 19:17  erk

	* src/util/libbb/: bb_core.c (1.25), bb_core.h (1.23),
	  bb_core_sysv.c (1.2, TSP_0_8_2): Add better char type in
	  bb_value_print Add string-like bb_string_value_print Add several
	  #include in bb_core_sysv.c in order to calm down compiler warning
	  Update bb_core doxygen comment.

2006-11-24 19:15  erk

	* src/core/common/tsp_common.c (1.9, TSP_0_8_2): Suppress
	  compilation warning no newline at the end of file

2006-11-24 16:20  erk

	* src/util/libbb/bb_alias.c (1.4): Correct  bug #18364,
	  bb_alias_publish should not initialise Alias published data

2006-11-24 16:17  erk

	* src/util/libbb/bb_tools.c (1.25): Suppress warning for unused var

2006-11-24 11:05  erk

	* src/util/libbb/bb_simple.h (1.9): Update doxygen comment

2006-11-24 08:50  erk

	* CMakeLists.txt (1.22): Update version to pre2 Add commented
	  example for detecting endianity just in case :))

2006-11-24 08:49  erk

	* src/: consumers/ascii_writer/CMakeLists.txt (1.6, TSP_0_8_2),
	  util/libbb/CMakeLists.txt (1.5), util/libres/CMakeLists.txt (1.3,
	  TSP_0_8_2), util/libtspcfg/CMakeLists.txt (1.5, TSP_0_8_2): Add
	  missing exported header using TSP_XINCLUDE

2006-11-24 08:48  erk

	* src/consumers/ascii_writer/tsp_ascii_writer_main.c (1.17,
	  TSP_0_8_2): Doc update

2006-11-18 10:58  esteban

	* src/consumers/gdisp+/gdisp_mainBoard.c (1.17, TSP_0_8_2): Freeze
	  'Save' and 'Save As' menu item if XML is not supported.

2006-11-08 22:31  esteban

	* src/consumers/gdisp+/: gdisp_configuration.c (1.16),
	  gdisp_consumers.c (1.21), gdisp_dataBox.c (1.5), gdisp_kernel.h
	  (1.32), gdisp_pixmaps.c (1.8), gdisp_pixmaps.h (1.6),
	  gdisp_plotOrbital.c (1.7), gdisp_plotText.c (1.15),
	  gdisp_plotText.h (1.8), gdisp_prototypes.h (1.23),
	  gdisp_providers.c (1.15), gdisp_sampledSymbols.c (1.14),
	  gdisp_sampling.c (1.21), pixmaps/gdisp_warningLogo2.xpm (1.1)
	  (utags: TSP_0_8_2): No comment.

2006-11-08 21:03  erk

	* CMakeLists.txt (1.21): Oops forget to check-in those modif for
	  forthcoming 0.8.2

2006-10-25 17:00  erk

	* src/providers/stub/: glue_stub.c (1.29), server_main.c (1.14)
	  (utags: TSP_0_8_2): Add -f option to stub server in order to be
	  able to select base frequency.

	  Improve cycle timing by usleeping the "remaining time" and not
	  fixed time

2006-10-25 16:42  erk

	* src/core/CMakeLists.txt (1.9, TSP_0_8_2): RPCGEN Generated files
	  depends on .x RPC IDL spec file

2006-10-25 16:42  erk

	* CMakeLists.txt (1.20): Add missing -D_REENTRANT Update
	  PACKAGE_VERSION_PATCH for 2pre1-cvs

2006-10-25 16:40  erk

	* src/core/rpc/tsp_rpc.x (1.42, TSP_0_8_2): Be more RFC1831
	  compliant (RPC Spec V2)
	  ftp://ftp.rfc-editor.org/in-notes/rfc1831.txt enum should specify
	  values procedure do not accept dummy arg, just types

2006-10-21 11:28  erk

	* CMakeLists.txt (1.19),
	  src/consumers/ascii_writer/stub_ascii_writer_config.dat (1.4,
	  TSP_0_8_2), src/consumers/generic/generic_consumer.c (1.17,
	  TSP_0_8_2), src/core/common/tsp_encoder.c (1.9, TSP_0_8_2),
	  src/core/common/tsp_encoder.h (1.6, TSP_0_8_2): Re-activate
	  TSP_NO_XDR_ENCODE See bug #18075 : TSP_NO_XDR_ENCODE wasn't used
	  anymore

2006-10-21 10:48  erk

	* src/core/: common/tsp_decoder.c (1.5, TSP_0_8_2),
	  common/tsp_encoder.c (1.8), ctrl/tsp_request_handler.c (1.7,
	  TSP_0_8_2), ctrl/tsp_session.c (1.35, TSP_0_8_2),
	  ctrl/tsp_stream_sender.c (1.23, TSP_0_8_2),
	  driver/tsp_data_receiver.c (1.27, TSP_0_8_2), driver/tsp_group.c
	  (1.11, TSP_0_8_2), driver/tsp_stream_receiver.c (1.13,
	  TSP_0_8_2), include/tsp_simple_trace.h (1.22, TSP_0_8_2),
	  rpc/tsp_client.c (1.19, TSP_0_8_2), rpc/tsp_server.c (1.33,
	  TSP_0_8_2), xmlrpc/tsp_xmlrpc_server.c (1.8, TSP_0_8_2),
	  xmlrpc/tsp_xmlrpc_util.c (1.4, TSP_0_8_2): Move away STRACE_IO
	  usage (not necessary) Rename STRACE_IO to STRACE_DEBUG_MORE.
	  Correct bug #17612 And probably bug #18051

2006-10-20 09:26  erk

	* src/Version.Readme (1.46): Minor correction 0.8.0 --> 0.8.1

2006-10-19 23:19  erk

	* src/Version.Readme (1.45, TSP_0_8_1): Update Version.Readme for
	  0.8.1

2006-10-19 22:02  erk

	* src/doxy/tsp_doc_tree.dox (1.5, TSP_0_8_1): Update doxygen first
	  page doc

2006-10-19 02:34  erk

	* src/core/rpc/: .cvsignore (1.2), tsp_rpc.h (1.1), tsp_rpc_clnt.c
	  (1.1), tsp_rpc_svc.c (1.1), tsp_rpc_xdr.c (1.1) (utags:
	  TSP_0_8_1): Add Linux generated version of tsp_rpc_xxx tailored
	  for Windows ACPLT-ONCRPC compilation

2006-10-19 02:30  erk

	* make/pieuvre_tsp_graph.bmp (1.1, TSP_0_8_1): Add bmp file for
	  Windows NSIS installer

2006-10-19 01:44  erk

	* CMakeLists.txt (1.18), src/util/libtspcfg/CMakeLists.txt (1.4),
	  src/util/libtspcfg/tspcfg_file.c (1.4) (utags: TSP_0_8_1): Handle
	  XMLWRITER_SUPPORTED (or not) case both for targa and libtspcfg.

	  This should fix bug #16956

2006-10-19 01:28  erk

	* src/providers/stub/glue_stub.c (1.28, TSP_0_8_1): No more this in
	  C-code use cthis

2006-10-19 00:46  erk

	* src/providers/stub/glue_stub.c (1.27): More TSP_SSIxxx use

2006-10-19 00:37  erk

	* src/doxy/: CMakeLists.txt (1.4), tsp.in (1.2) (utags: TSP_0_8_1):
	  I did forget to include doxygen patch

2006-10-18 23:22  erk

	* src/: consumers/ascii_writer/tsp_ascii_writer_main.c (1.16),
	  consumers/stdout/client_stdout.c (1.14),
	  providers/stub/server_main.c (1.13), core/ctrl/tsp_provider.h
	  (1.23), core/ctrl_init/tsp_provider_init.h (1.16) (utags:
	  TSP_0_8_1): Update comments

2006-10-18 16:51  erk

	* src/: consumers/ascii_writer/stub_ascii_writer_config.dat (1.3,
	  TSP_0_8_1), providers/stub/glue_stub.c (1.26),
	  providers/stub/server_main.c (1.12): Restore 2 example of
	  arrayusage in stub server

2006-10-18 16:11  erk

	* src/consumers/gdisp+/: CMakeLists.txt (1.6),
	  stub_targa_config.xml (1.1) (utags: TSP_0_8_1): Add targa config
	  file for stub example

2006-10-18 15:34  erk

	* CMakeLists.txt (1.17), src/consumers/ascii_writer/CMakeLists.txt
	  (1.5, TSP_0_8_1), src/consumers/gdisp/CMakeLists.txt (1.5,
	  TSP_0_8_1), src/consumers/gdisp/stub_gdisp_config.xml (1.1,
	  TSP_0_8_1): Add example config files for gdisp and ascii_writer
	  Put them in scripts/ install dir

2006-10-18 12:12  erk

	* build.xml (1.21): Ant build file no longer useful with CMake

2006-10-18 12:11  erk

	* config.guess (1.2), config.sub (1.2), configure (1.45),
	  configure.ac (1.45), install-sh (1.2): Remove Autotools related
	  files

2006-10-18 11:58  erk

	* AUTHORS (1.7, TSP_0_8_1), CMakeLists.txt (1.16), Makefile (1.10),
	  external/Makefile (1.5), external/RpcGen/Makefile (1.2),
	  external/VxWorks/Makefile (1.2), external/VxWorks/posix/Makefile
	  (1.5), external/VxWorks/posix/h/Makefile (1.2),
	  external/gtk-1.2/Makefile (1.2), external/gtk-1.2/gtk/Makefile
	  (1.2), src/Makefile (1.16), src/consumers/CMakeLists.txt (1.3,
	  TSP_0_8_1), src/consumers/Makefile (1.21),
	  src/consumers/Visu3D/CMakeLists.txt (1.4, TSP_0_8_1),
	  src/consumers/Visu3D/Makefile (1.3),
	  src/consumers/ascii_writer/CMakeLists.txt (1.4),
	  src/consumers/ascii_writer/Makefile (1.7),
	  src/consumers/gdisp/CMakeLists.txt (1.4),
	  src/consumers/gdisp/Makefile (1.7),
	  src/consumers/gdisp+/CMakeLists.txt (1.5),
	  src/consumers/gdisp+/Makefile (1.27),
	  src/consumers/generic/CMakeLists.txt (1.4, TSP_0_8_1),
	  src/consumers/generic/Makefile (1.5),
	  src/consumers/generic/generic_consumer.c (1.16, TSP_0_8_1),
	  src/consumers/generic/generic_consumer_main.c (1.10, TSP_0_8_1),
	  src/consumers/jsynoptic/impl/Makefile (1.2),
	  src/consumers/jsynoptic/ui/Makefile (1.2),
	  src/consumers/jsynoptic/ui/ressources/Makefile (1.3),
	  src/consumers/res_writer/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/consumers/res_writer/Makefile (1.7),
	  src/consumers/res_writer/client_res.c (1.18, TSP_0_8_1),
	  src/consumers/stdout/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/consumers/stdout/Makefile (1.7),
	  src/consumers/stdout/client_stdout.c (1.13),
	  src/consumers/stdout_callback/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/consumers/stdout_callback/Makefile (1.4),
	  src/consumers/test_group/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/consumers/test_group/Makefile (1.6),
	  src/consumers/tspfs/CMakeLists.txt (1.4, TSP_0_8_1),
	  src/consumers/tspfs/Makefile (1.4),
	  src/consumers/tutorial/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/consumers/tutorial/Makefile (1.5), src/core/CMakeLists.txt
	  (1.8, TSP_0_8_1), src/core/Makefile (1.9),
	  src/core/common/Makefile (1.7), src/core/common/tsp_common.c
	  (1.8, TSP_0_8_1), src/core/common/tsp_common.h (1.14, TSP_0_8_1),
	  src/core/common/tsp_common_as.c (1.2, TSP_0_8_1),
	  src/core/common/tsp_common_as.h (1.4, TSP_0_8_1),
	  src/core/common/tsp_common_request.c (1.2, TSP_0_8_1),
	  src/core/common/tsp_common_request.h (1.3, TSP_0_8_1),
	  src/core/common/tsp_common_ssei.c (1.10, TSP_0_8_1),
	  src/core/common/tsp_common_ssei.h (1.9, TSP_0_8_1),
	  src/core/common/tsp_common_ssi.c (1.8, TSP_0_8_1),
	  src/core/common/tsp_common_ssi.h (1.10, TSP_0_8_1),
	  src/core/common/tsp_common_status.c (1.2, TSP_0_8_1),
	  src/core/common/tsp_common_status.h (1.2, TSP_0_8_1),
	  src/core/common/tsp_decoder.c (1.4, TSP_0_8_1),
	  src/core/common/tsp_decoder.h (1.4, TSP_0_8_1),
	  src/core/common/tsp_encoder.c (1.7, TSP_0_8_1),
	  src/core/common/tsp_encoder.h (1.5, TSP_0_8_1),
	  src/core/ctrl/Makefile (1.14), src/core/ctrl/tsp_data_sender.c
	  (1.26, TSP_0_8_1), src/core/ctrl/tsp_datapool.c (1.31,
	  TSP_0_8_1), src/core/ctrl/tsp_datapool.h (1.18, TSP_0_8_1),
	  src/core/ctrl/tsp_default_glu.c (1.21, TSP_0_8_1),
	  src/core/ctrl/tsp_default_glu.h (1.8, TSP_0_8_1),
	  src/core/ctrl/tsp_group_algo.c (1.22, TSP_0_8_1),
	  src/core/ctrl/tsp_provider.c (1.56, TSP_0_8_1),
	  src/core/ctrl/tsp_provider.h (1.22),
	  src/core/ctrl/tsp_request_handler.c (1.6, TSP_0_8_1),
	  src/core/ctrl/tsp_request_handler.h (1.7, TSP_0_8_1),
	  src/core/ctrl/tsp_session.c (1.34, TSP_0_8_1),
	  src/core/ctrl/tsp_session.h (1.20, TSP_0_8_1),
	  src/core/ctrl/tsp_stream_sender.c (1.22, TSP_0_8_1),
	  src/core/ctrl_init/Makefile (1.5),
	  src/core/ctrl_init/tsp_provider_init.c (1.19, TSP_0_8_1),
	  src/core/ctrl_init/tsp_provider_init.h (1.15),
	  src/core/driver/Makefile (1.9), src/core/driver/tsp_consumer.c
	  (1.58, TSP_0_8_1), src/core/driver/tsp_consumer.h (1.35,
	  TSP_0_8_1), src/core/driver/tsp_stream_receiver.c (1.12,
	  TSP_0_8_1), src/core/include/Makefile (1.8),
	  src/core/include/tsp_abs_types.h (1.25, TSP_0_8_1),
	  src/core/include/tsp_const_def.h (1.42, TSP_0_8_1),
	  src/core/include/tsp_glu.h (1.16, TSP_0_8_1),
	  src/core/include/tsp_prjcfg.h.in (1.9, TSP_0_8_1),
	  src/core/include/tsp_simple_trace.h (1.21, TSP_0_8_1),
	  src/core/include/tsp_sys_headers.h (1.21, TSP_0_8_1),
	  src/core/misc_utils/Makefile (1.7),
	  src/core/misc_utils/tsp_mtgprof.c (1.4, TSP_0_8_1),
	  src/core/misc_utils/tsp_mtgprof.h (1.4, TSP_0_8_1),
	  src/core/misc_utils/tsp_ringbuf.h (1.8, TSP_0_8_1),
	  src/core/misc_utils/tsp_services.h (1.1, TSP_0_8_1),
	  src/core/misc_utils/tsp_time.c (1.11, TSP_0_8_1),
	  src/core/misc_utils/tsp_time.h (1.9, TSP_0_8_1),
	  src/core/rpc/Makefile (1.12), src/core/rpc/tsp_client.c (1.18,
	  TSP_0_8_1), src/core/rpc/tsp_rpc_cleanup.c (1.1, TSP_0_8_1),
	  src/core/rpc/tsp_server.c (1.32, TSP_0_8_1),
	  src/core/rpc/tsp_server.h (1.11, TSP_0_8_1),
	  src/core/xmlrpc/Makefile (1.3),
	  src/core/xmlrpc/tsp_xmlrpc_server.h (1.4, TSP_0_8_1),
	  src/doxy/Makefile (1.5), src/providers/CMakeLists.txt (1.3,
	  TSP_0_8_1), src/providers/Makefile (1.8),
	  src/providers/bb_provider/CMakeLists.txt (1.3, TSP_0_8_1),
	  src/providers/bb_provider/Makefile (1.7),
	  src/providers/bb_provider/bb_tsp_provider_main.c (1.13,
	  TSP_0_8_1), src/providers/generic_reader/CMakeLists.txt (1.1,
	  TSP_0_8_1), src/providers/generic_reader/Makefile (1.4),
	  src/providers/generic_reader/generic_reader_main.c (1.7,
	  TSP_0_8_1), src/providers/generic_reader/glu_genreader.c (1.9,
	  TSP_0_8_1), src/providers/generic_reader/macsim_fmt.c (1.11,
	  TSP_0_8_1), src/providers/res_reader/CMakeLists.txt (1.1,
	  TSP_0_8_1), src/providers/res_reader/Makefile (1.6),
	  src/providers/rt_stub/CMakeLists.txt (1.1, TSP_0_8_1),
	  src/providers/rt_stub/Makefile (1.4),
	  src/providers/stub/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/providers/stub/Makefile (1.8),
	  src/providers/stub/server_main.c (1.11),
	  src/providers/vxstub/Makefile (1.4), src/scripts/tsp.pc.in (1.2,
	  TSP_0_8_1), src/scripts/tsp.spec (1.26), src/scripts/tsp.spec.in
	  (1.1, TSP_0_8_1), src/scripts/tsp_dev.login.in (1.8, TSP_0_8_1),
	  src/scripts/tsp_dev.login.sh.in (1.8, TSP_0_8_1),
	  src/scripts/tsp_profile.csh (1.2), src/scripts/tsp_profile.csh.in
	  (1.4, TSP_0_8_1), src/scripts/tsp_profile.sh (1.2),
	  src/scripts/tsp_profile.sh.in (1.4, TSP_0_8_1),
	  src/util/CMakeLists.txt (1.3, TSP_0_8_1), src/util/Makefile
	  (1.14), src/util/libbb/CMakeLists.txt (1.4, TSP_0_8_1),
	  src/util/libbb/Makefile (1.10), src/util/libbb/bb_utils.c (1.13,
	  TSP_0_8_1), src/util/libbb/bbtools/CMakeLists.txt (1.3,
	  TSP_0_8_1), src/util/libbb/bbtools/Makefile (1.13),
	  src/util/libbb/scripting/Makefile (1.3),
	  src/util/libcalc/CMakeLists.txt (1.2, TSP_0_8_1),
	  src/util/libcalc/Makefile (1.4), src/util/libcalc/calc_func.c
	  (1.6, TSP_0_8_1), src/util/libcalc/calc_func.h (1.6, TSP_0_8_1),
	  src/util/libhisto/Makefile (1.2),
	  src/util/libpages/CMakeLists.txt (1.3, TSP_0_8_1),
	  src/util/libpages/Makefile (1.3), src/util/libres/CMakeLists.txt
	  (1.2, TSP_0_8_1), src/util/libres/Makefile (1.8),
	  src/util/libres/dataw.c (1.5, TSP_0_8_1),
	  src/util/libtspcfg/CMakeLists.txt (1.3),
	  src/util/libtspcfg/Makefile (1.2),
	  src/util/libutil/CMakeLists.txt (1.3, TSP_0_8_1),
	  src/util/libutil/Makefile (1.4), tests/tsp_port/CMakeLists.txt
	  (1.1, TSP_0_8_1), tests/tsp_port/src/CMakeLists.txt (1.1,
	  TSP_0_8_1), tests/tsp_port/src/test.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_api.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_api.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc.x (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc_clnt.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc_server.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc_svc.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_port_rpc_xdr.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_rpc.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_rpc_client.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_rpc_client.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_rpc_server.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_rpc_server.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/test_server.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/tsp_port_rpc.h (1.1, TSP_0_8_1),
	  tests/tsp_port/src/tsp_port_rpc_clnt.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/tsp_port_rpc_svc.c (1.1, TSP_0_8_1),
	  tests/tsp_port/src/tsp_port_rpc_xdr.c (1.1, TSP_0_8_1): Big
	  (...hum Huge) TSP Win32 port patch set.

2006-10-18 11:14  erk

	* external/CMakeLists.txt (1.3, TSP_0_8_1): Added Win32 port module
	  to externals Now update CMakeLists.txt

2006-10-18 11:14  erk

	* make/: FindACPLT_ONCRPC.cmake (1.1), FindDoxygen.cmake (1.3),
	  FindLexYacc.cmake (1.2), FindPthreadWin32.cmake (1.1),
	  FindUWin.cmake (1.1), TSPCMakeTools.cmake (1.5) (utags:
	  TSP_0_8_1): Check-in tsp/make diff from TspWin32 port

2006-10-18 10:31  erk

	* external/ACPLT-ONCRPC/: README.acplt-oncrpc (1.1),
	  bin/cou_svc.exe (1.1), bin/do_cou.exe (1.1), bin/inst_pm.exe
	  (1.1), bin/install.bat (1.1), bin/pm_ascii.exe (1.1),
	  bin/portmap.exe (1.1), bin/rpcgen.exe (1.1), bin/rpcinfo.exe
	  (1.1), etc/rpc (1.1), include/rpc/AUTH.H (1.1),
	  include/rpc/AUTH_UNI.H (1.1), include/rpc/BCOPY.H (1.1),
	  include/rpc/CLNT.H (1.1), include/rpc/NETDB.H (1.1),
	  include/rpc/PMAP_CLN.H (1.1), include/rpc/PMAP_PRO.H (1.1),
	  include/rpc/PMAP_RMT.H (1.1), include/rpc/RPC.H (1.1),
	  include/rpc/RPC_MSG.H (1.1), include/rpc/SVC.H (1.1),
	  include/rpc/SVC_AUTH.H (1.1), include/rpc/TYPES.H (1.1),
	  include/rpc/XDR.H (1.1), lib/oncrpc.dll (1.1), lib/oncrpc.lib
	  (1.1), lib/oncrpc.pdb (1.1), source/acplt-oncrpc-1.14.3-tsp1.zip
	  (1.1) (utags: TSP_0_8_1): Adding ACPLT ONCRPC to external

2006-10-18 10:27  erk

	* external/TspWin32/: CMakeLists.txt (1.1), COPYING.getopt (1.1),
	  Readme.getopt (1.1), TspWin32.h (1.1), basename.c (1.1),
	  basename.h (1.1), getopt.c (1.1), getopt.h (1.1) (utags:
	  TSP_0_8_1): Adding TspWin32 to externals

2006-10-18 10:23  erk

	* external/PthreadWin32/: Pthreads-win32-small.gif (1.1),
	  README.PthreadWin32 (1.1), copying.html (1.1), include/pthread.h
	  (1.1), include/sched.h (1.1), include/semaphore.h (1.1),
	  lib/pthreadVC.dll (1.1), lib/pthreadVC.lib (1.1),
	  lib/pthreadVC.pdb (1.1), source/pthreads-2005-03-08.exe (1.1)
	  (utags: TSP_0_8_1): Adding PthreadWin32 external

2006-09-28 21:37  esteban

	* src/consumers/gdisp+/: gdisp_configuration.c (1.15),
	  gdisp_defaultPlot.c (1.8), gdisp_kernel.h (1.31), gdisp_plot2D.c
	  (1.24), gdisp_plot2D.h (1.14), gdisp_plotCanevas.c (1.7),
	  gdisp_plotOrbital.c (1.6), gdisp_plotText.c (1.14) (utags:
	  TSP_0_8_1): New TARGA Release - Showing the name of the current
	  configuration.  - Plot 2D : window time duration may be changed :
	  10, 20, 30, 60, 120.	The current value of the window time
	  duration is save into the configuration.

2006-09-25 19:42  deweerdt

	* src/util/libbb/bb_simple.c (1.10, TSP_0_8_1): Two bug fixes: -
	  bb_simple_subscribe() arg parsing wasn't the same that the one of
	  bb_simple_publish() (in contrast with the existing doxygen
	  comment) - in bb_simple_subscribe(), the datadesc attributes were
	  filled after the call to bb_subscribe(), causing the function to
	  fail in every case

2006-09-23 22:35  esteban

	* src/consumers/gdisp+/: gdisp_hosts.c (1.10, TSP_0_8_1),
	  gdisp_kernel.h (1.30), gdisp_mainBoard.c (1.16, TSP_0_8_1),
	  gdisp_plot2D.c (1.23): Adding a status bar at the bottom of the
	  main window in order to write the name of the current
	  configuration.  Adding a popup-menu in the host & URL dialog box
	  : 'Activate All', 'Freeze All' and 'Invert All' are the three
	  actions on hosts and URLs.

2006-09-21 22:19  esteban

	* src/consumers/gdisp+/: gdisp_consumers.c (1.20, TSP_0_8_1),
	  gdisp_hosts.c (1.9), gdisp_kernel.c (1.19, TSP_0_8_1),
	  gdisp_kernel.h (1.29), gdisp_main.c (1.16, TSP_0_8_1),
	  gdisp_mainBoard.c (1.15), gdisp_pixmaps.c (1.7, TSP_0_8_1),
	  gdisp_pixmaps.h (1.5, TSP_0_8_1), gdisp_preferences.c (1.8,
	  TSP_0_8_1), gdisp_prototypes.h (1.22, TSP_0_8_1),
	  gdisp_toString.c (1.5, TSP_0_8_1), pixmaps/gdisp_urlLogo.xpm
	  (1.1, TSP_0_8_1): New TARGA Release.	Adding the management of
	  hosts and URLs. any host or URL may be deactivated before
	  starting a new consumming session.

2006-08-26 18:55  deweerdt

	* src/consumers/tspfs/tspfs.c (1.11, TSP_0_8_1): Display raw_types
	  as well Fix a typo in a error message

2006-08-13 20:57  sgalles

	* src/core/xmlrpc/: tsp_xmlrpc_server.c (1.7), tsp_xmlrpc_util.c
	  (1.3) (utags: TSP_0_8_1): added type in xmlrpc symbol_info

2006-08-12 00:51  deweerdt

	* src/util/libbb/bb_module.c (1.1.2.3): Add debugging info when
	  mmap returns EINVAL

2006-08-12 00:50  deweerdt

	* src/util/libbb/bb_core_k.c (1.1.2.4): Remove shm_size hardcoding:
	  first mmap the bb only, the mmap the bb + data

2006-08-12 00:30  deweerdt

	* src/util/libbb/bb_core_k.c (1.1.2.3): reset shared variables
	  global

2006-08-12 00:27  deweerdt

	* src/util/libbb/bb_core_k.c (1.1.2.2): Add a proper header,
	  several minor error reporting cleanups

2006-08-12 00:16  deweerdt

	* src/util/libbb/: bb_core_k.c (1.1.2.1), bb_core_k.h (1.1.2.1):
	  Initial import, bb_core operations for a kernel mode bb

2006-08-12 00:13  deweerdt

	* CMakeLists.txt (1.15): Add bb kernel module build option

2006-08-11 16:36  deweerdt

	* src/util/libbb/bb_module.c (1.1.2.2): Minor cleanups + add
	  run_test variable to launch a demo thread at module insertion

2006-08-11 11:31  deweerdt

	* src/util/libbb/bb_module.c (1.1.2.1): Kernel module code

2006-08-11 10:52  deweerdt

	* src/util/libbb/build_module.sh (1.1.2.2): Add file description

2006-08-11 10:51  deweerdt

	* src/util/libbb/build_module.sh (1.1.2.1): Helper shell to switch
	  between makefiles

2006-08-11 10:50  deweerdt

	* src/util/libbb/Makefile.k (1.1.2.1): Make file used to build the
	  bb module

2006-08-11 10:49  deweerdt

	* src/util/libbb/: CMakeLists.txt (1.3.2.1), bb_alias.c (1.3.2.1),
	  bb_alias.h (1.3.2.1), bb_core.c (1.24.2.1), bb_core.h (1.22.2.1),
	  bb_core_sysv.c (1.1.2.1), bb_core_sysv.h (1.1.2.1), bb_simple.c
	  (1.9.2.1), bb_simple.h (1.8.2.1), bb_utils.c (1.12.2.1),
	  bb_utils.h (1.11.2.1): Initial in-kernel bb version

2006-08-05 22:50  esteban

	* src/consumers/gdisp+/: CMakeLists.txt (1.4), Makefile (1.26),
	  TODO (1.5, TSP_0_8_1), gdisp_colormap.c (1.6, TSP_0_8_1),
	  gdisp_configuration.c (1.14), gdisp_consumers.c (1.19),
	  gdisp_defaultPlot.c (1.7), gdisp_defaultPlot.h (1.4, TSP_0_8_1),
	  gdisp_graphics.c (1.5, TSP_0_8_1), gdisp_kernel.c (1.18),
	  gdisp_kernel.h (1.28), gdisp_main.c (1.15), gdisp_mainBoard.c
	  (1.14), gdisp_modules.c (1.1, TSP_0_8_1), gdisp_pages.c (1.13,
	  TSP_0_8_1), gdisp_plot2D.c (1.22), gdisp_plot2D.h (1.13),
	  gdisp_plot2Doriginal.c (1.5, TSP_0_8_1), gdisp_plot2Doriginal.h
	  (1.4, TSP_0_8_1), gdisp_plotOrbital.c (1.5), gdisp_plotOrbital.h
	  (1.4, TSP_0_8_1), gdisp_plotText.c (1.13), gdisp_plotText.h (1.7,
	  TSP_0_8_1), gdisp_preferences.c (1.7), gdisp_prototypes.h (1.21),
	  gdisp_providers.c (1.14, TSP_0_8_1), gdisp_sampledSymbols.c
	  (1.13, TSP_0_8_1), gdisp_sampling.c (1.20, TSP_0_8_1),
	  gdisp_symbols.c (1.12, TSP_0_8_1), gdisp_toString.c (1.4): New
	  TARGA release.  Adding '-r' on the command line in order to run
	  TARGA in runtime mode, in other words, without the edition mode
	  (asked from Duf).  Graphic plots are now dynamic modules, loaded
	  as plug-ins.	Portability improved by the use of GLib functions.

2006-07-31 21:59  esteban

	* src/consumers/gdisp+/: gdisp_animatedLogo.c (1.4),
	  gdisp_dataBox.c (1.4) (utags: TSP_0_8_1): Bug correction :
	  Animated logo is refreshed correctly.  DataBox : adding a tooltip
	  window showing the curve values.

2006-07-30 22:25  esteban

	* src/consumers/gdisp+/: gdisp_configuration.c (1.13),
	  gdisp_consumers.c (1.18), gdisp_dataBook.c (1.9, TSP_0_8_1),
	  gdisp_dataBox.c (1.3), gdisp_kernel.c (1.17), gdisp_kernel.h
	  (1.27), gdisp_mainBoard.c (1.13), gdisp_plot2D.c (1.21),
	  gdisp_plotText.c (1.12), gdisp_plotText.h (1.6),
	  gdisp_preferences.c (1.6), gdisp_prototypes.h (1.20),
	  gdisp_providers.c (1.13), gdisp_sampledSymbols.c (1.12),
	  gdisp_sampling.c (1.19), gdisp_symbols.c (1.11), gdisp_toString.c
	  (1.3), gdisp_utils.c (1.12, TSP_0_8_1), gdisp_xml.c (1.8,
	  TSP_0_8_1), pixmaps/gdisp_splashScreen.xpm (1.2, TSP_0_8_1):
	  TARGA Release - AsyncWrite operations allowed - MultiTypes are
	  now handled, except tables (dim > 1) - Modification of
	  configuration management, for multi-type purpose.  - Extended
	  information are now printed.	- DataBox for snapshots has been
	  improved.

2006-07-28 21:17  erk

	* CMakeLists.txt (1.14): Use STRACE when compiling in debug mode
	  missing

2006-07-22 19:07  deweerdt

	* src/util/libbb/: bb_core.c (1.24), bb_core.h (1.22) (utags:
	  TSP_0_8_1): Move SysV specific code out of bb_core, now a
	  bb_operations struct (implementation agnostic) is used to perform
	  the BB related actions.

2006-07-22 19:06  deweerdt

	* src/util/libbb/CMakeLists.txt (1.3): Add bb_core_sysv.c to the
	  compiled files

2006-07-22 18:59  deweerdt

	* src/util/libbb/bb_utils.h (1.11, TSP_0_8_1): Move BB_LOG_LEVEL
	  and bb_logMsg prototype to bb_core.h

2006-07-22 18:58  deweerdt

	* src/util/libbb/bb_utils.c (1.12): Move bb_logMsg to bb_core

2006-07-22 18:57  deweerdt

	* src/util/libbb/bb_simple.h (1.8, TSP_0_8_1): Use quotes to
	  include local files

2006-07-22 18:57  deweerdt

	* src/util/libbb/bb_simple.c (1.9): - Use quotes to include local
	  files - Move some SysV specific code

2006-07-22 18:55  deweerdt

	* src/util/libbb/README (1.2, TSP_0_8_1): Rename bb_test to bb_simu
	  to match the existing test name

2006-07-22 18:54  deweerdt

	* src/util/libbb/bb_alias.h (1.3, TSP_0_8_1): Use quotes to include
	  local files

2006-07-22 18:53  deweerdt

	* src/util/libbb/bb_alias.c (1.3, TSP_0_8_1): - Use quotes to
	  include local files - Move two initialisations before the code to
	  avoid GCC warnings.

2006-07-22 18:52  deweerdt

	* src/util/libbb/: bb_core_sysv.c (1.1), bb_core_sysv.h (1.1)
	  (utags: TSP_0_8_1): Move SysV specific code from bb_core.* to
	  bb_core_sysv.*

2006-07-19 21:50  erk

	* src/providers/stub/glue_stub.c (1.25): Remove spurious 1012 PGI
	  handling for extended info Correct bug bug #17153 : Stub server
	  answer to extended info on inexistant PGI 1012

2006-07-19 21:45  erk

	* make/TSPCMakeTools.cmake (1.4): Should export scripts in
	  exec/scripts and not exec/<host>/<mode>/scripts

2006-07-19 20:57  erk

	* src/Version.Readme (1.44): Update Version.Readme

2006-07-19 01:59  sgalles

	* CMakeLists.txt (1.13), src/core/CMakeLists.txt (1.7),
	  src/core/xmlrpc/tsp_xmlrpc_client.c (1.4, TSP_0_8_1),
	  src/core/xmlrpc/tsp_xmlrpc_server.c (1.6),
	  src/core/xmlrpc/tsp_xmlrpc_util.c (1.2),
	  src/core/xmlrpc/tsp_xmlrpc_util.h (1.2, TSP_0_8_1),
	  src/providers/bb_provider/CMakeLists.txt (1.2),
	  src/providers/stub/CMakeLists.txt (1.1): xmlrpc server patch
	  applied. Can be activated and compiled with cmake.

2006-07-18 14:37  sgalles

	* make/Findlibwww.cmake (1.1, TSP_0_8_1): cmake find module for
	  libwww. Initial version

2006-07-18 14:03  sgalles

	* make/FindXMLRPCC.cmake (1.1, TSP_0_8_1): xmlrpc-c cmake find
	  module (initial version)

2006-07-18 09:20  erk

	* src/core/CMakeLists.txt (1.6): Make rpcgen call works as it does
	  with "old" Makefiles + autotools (see make/Makerule.rpc)

2006-07-17 18:36  erk

	* CMakeLists.txt (1.12), make/FindDoxygen.cmake (1.2),
	  src/CMakeLists.txt (1.4, TSP_0_8_1), src/doxy/CMakeLists.txt
	  (1.3): Update CMake FindDoxygen module in order to make it more
	  like CMake Team want it to be
	  http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
	  This way we may contribute to CMake module

2006-07-14 22:51  erk

	* src/util/libbb/bbtools/bb_help (1.2, TSP_0_8_1): Add chmod +x to
	  bb_help

2006-07-14 22:40  erk

	* make/TSPCMakeTools.cmake (1.3): Nicer output

2006-07-14 22:26  erk

	* CMakeLists.txt (1.11): Add message for sourcing tsp SDK scripts

2006-07-14 22:25  erk

	* src/scripts/: tsp_dev.login.in (1.7), tsp_dev.login.sh.in (1.7):
	  Add PATH of the new exec/ directory tree.

2006-07-14 22:04  erk

	* make/FindDoxygen.cmake (1.1): Oups forgotted to add this udpated
	  FindDoxygen module in my last commit

2006-07-14 22:00  erk

	* CMakeLists.txt (1.10), src/CMakeLists.txt (1.3),
	  src/doxy/CMakeLists.txt (1.2): properly detect doxygen API doc is
	  not generated by default make apidoc will generate API doc

2006-07-14 19:09  erk

	* CMakeLists.txt (1.9), src/doxy/CMakeLists.txt (1.1): Add doxygen
	  API generation FIND_PACJAGE(Doxygen) still missing...

2006-07-14 18:35  erk

	* src/core/CMakeLists.txt (1.5): Use
	  TSP_CONFIGURE_FILE_AUTOTOOLS_COMPAT instead of CONFIGURE_FILE

2006-07-14 18:33  erk

	* CMakeLists.txt (1.8): Generated tsp_devXXX scripts properly

2006-07-14 18:32  erk

	* make/TSPCMakeTools.cmake (1.2): Add
	  TSP_CONFIGURE_FILE_AUTOTOOLS_COMPAT macro for previously
	  configure-generated files src/scripts/tsp_dev.login
	  src/scripts/tsp_dev.login.sh		  src/scripts/tsp.pc
		src/doxy/tsp		src/core/include/tsp_prjcfg.h

2006-07-14 18:06  erk

	* CMakeLists.txt (1.7), src/consumers/tspfs/CMakeLists.txt (1.3):
	  Update top-level CMakeLists.txt for a more modular one

2006-07-14 17:58  erk

	* make/: FindFUSE.cmake (1.2, TSP_0_8_1), FindGTK.cmake (1.1,
	  TSP_0_8_1), FindLexYacc.cmake (1.1), FindXML2.cmake (1.1,
	  TSP_0_8_1), TSPCMakeTools.cmake (1.1): Add more CMake modules in
	  order to make top-level CMakeLists.txt more readable

2006-07-14 17:36  erk

	* make/FindFUSE.cmake (1.1): Add FUSE cmake module

2006-07-14 14:57  erk

	* .cvsignore (1.1, TSP_0_8_1): Ignore CMake produced files

2006-07-11 14:29  deweerdt

	* src/consumers/Visu3D/CMakeLists.txt (1.3): Explicitely link
	  libpthread to Visu3D

2006-07-11 13:10  sgalles

	* src/consumers/tspfs/CMakeLists.txt (1.2): Use the variable of
	  fuse lib detection

2006-07-10 00:08  erk

	* src/core/CMakeLists.txt (1.4): Use CONFIGURE_FILE CMake MACRO
	  instead of CUSTOM "sed" if its possible

2006-07-09 23:40  erk

	* src/: consumers/generic/CMakeLists.txt (1.3),
	  util/libbb/bbtools/CMakeLists.txt (1.2): Handle Exported scripts
	  smoothly with TSP_XSCRIPT

2006-07-09 23:39  erk

	* CMakeLists.txt (1.6): Require CMake 2.2 (at least) Define
	  TSP_XSCRIPT and TSP_XINCLUDE CMake Macro

2006-07-09 23:38  erk

	* src/consumers/gdisp+/CMakeLists.txt (1.3): Handle conditionnal
	  compile for XML2, GL and GLU

2006-07-09 23:38  erk

	* src/scripts/purge_CMakeFiles.sh (1.3, TSP_0_8_1): More cmake
	  cleanup

2006-07-09 21:08  erk

	* CMakeLists.txt (1.5): Small change for CMake 2.2 vs 2.4
	  compatibility Apparently this version works for both version

2006-07-09 17:52  deweerdt

	* CMakeLists.txt (1.4): Add FUSE check for tspfs

2006-07-09 16:33  erk

	* CMakeLists.txt (1.3), TODO (1.11, TSP_0_8_1),
	  external/CMakeLists.txt (1.2), external/gtk-1.2/CMakeLists.txt
	  (1.3, TSP_0_8_1), src/CMakeLists.txt (1.2),
	  src/consumers/CMakeLists.txt (1.2),
	  src/consumers/Visu3D/CMakeLists.txt (1.2),
	  src/consumers/ascii_writer/CMakeLists.txt (1.3),
	  src/consumers/gdisp/CMakeLists.txt (1.3),
	  src/consumers/gdisp+/CMakeLists.txt (1.2),
	  src/providers/CMakeLists.txt (1.2),
	  src/scripts/purge_CMakeFiles.sh (1.2), src/util/CMakeLists.txt
	  (1.2), src/util/libbb/CMakeLists.txt (1.2),
	  src/util/libpages/CMakeLists.txt (1.2),
	  src/util/libtspcfg/CMakeLists.txt (1.2): Improve CMake build
	  system    - build dir now include CMAKE_BUILD_TYPE	  so that
	  Debug and Release build may be used	 - add cmake_clean target
	  for forcing cmake rebuild    - add check for XML2 and GTK config
	  prog	    with conditionnal build for dependant consumer    - use
	  of ADD_SUBDIRECTORY instead of SUBDIRS      as it is declared
	  obsolete in CMake 2.4.x    - add check for OpenGL / GLU / GLUT
	  using FindXXX      CMake module This is near of what we did with
	  autoXXX it remains:	 - properly detect FUSE and conditionnaly
	  compile tspfs    - handle XMLWRITER_API not OK case

2006-07-09 16:22  erk

	* src/scripts/purge_Makefiles.sh (1.1, TSP_0_8_1): Add a simple
	  purge makefile commands

2006-07-09 14:42  erk

	* src/scripts/purge_CMakeFiles.sh (1.1): Add small scripts in order
	  to help to 'distclean' with cmake

2006-07-08 15:59  deweerdt

	* src/util/libutil/tsp_hash_main.c (1.2, TSP_0_8_1): Add a proper
	  license and the needed include headers

2006-07-08 15:58  deweerdt

	* src/util/libutil/Makefile (1.3): Handle the new tsp_hash_main.c
	  file

2006-07-08 13:41  deweerdt

	* src/util/libutil/tsp_hash.c (1.5, TSP_0_8_1): Suppress main(), it
	  has been moved to tsp_hash_main.c

2006-07-08 13:40  deweerdt

	* src/util/libutil/tsp_hash_main.c (1.1): Move tsp_hash.c main()
	  function to tsp_hash_main.c.

2006-07-08 13:39  deweerdt

	* src/util/libutil/CMakeLists.txt (1.2): Suppress -DMAIN flag, not
	  needed as the main() function has been moved to tsp_hash_main.c

2006-07-08 13:38  deweerdt

	* external/gtk-1.2/CMakeLists.txt (1.2),
	  src/consumers/ascii_writer/CMakeLists.txt (1.2),
	  src/consumers/gdisp/CMakeLists.txt (1.2),
	  src/consumers/generic/CMakeLists.txt (1.2): Feed
	  INCLUDE_DIRECTORIES with an absolute directory (cmake-2.2
	  compatibility)

2006-06-30 20:23  deweerdt

	* src/core/CMakeLists.txt (1.3): Fix cmake warning about duplicate
	  source files

2006-06-30 19:47  deweerdt

	* src/core/CMakeLists.txt (1.2): Add tsp_rpc.h to the client and
	  server dependencies

2006-06-28 15:03  erk

	* src/Version.Readme (1.43): Added patch inclusion

2006-06-28 15:00  erk

	* src/providers/generic_reader/: glu_genreader.c (1.8),
	  macsim_fmt.c (1.10): patch #5208 : V-0.8 doesn't compile under
	  Solaris 2.8 Applyed.

2006-06-28 14:59  erk

	* src/core/ctrl/: tsp_default_glu.c (1.20), tsp_filter_symbol.c
	  (1.3, TSP_0_8_1): patch #5208 : V-0.8 doesn't compile under
	  Solaris 2.8 Applyed

2006-06-26 23:51  deweerdt

	* CMakeLists.txt (1.2): Build providers and consumers by default

2006-06-26 22:28  deweerdt

	* src/util/libpages/CMakeLists.txt (1.1),
	  src/util/libres/CMakeLists.txt (1.1),
	  src/util/libtspcfg/CMakeLists.txt (1.1),
	  src/util/libutil/CMakeLists.txt (1.1), src/util/CMakeLists.txt
	  (1.1), src/CMakeLists.txt (1.1), CMakeLists.txt (1.1): Initial
	  CMake build system commit

2006-06-26 22:25  deweerdt

	* external/RpcGen/CMakeLists.txt (1.1, TSP_0_8_1),
	  external/gtk-1.2/CMakeLists.txt (1.1), external/CMakeLists.txt
	  (1.1), src/consumers/Visu3D/CMakeLists.txt (1.1),
	  src/consumers/ascii_writer/CMakeLists.txt (1.1),
	  src/consumers/gdisp/CMakeLists.txt (1.1),
	  src/consumers/gdisp+/CMakeLists.txt (1.1),
	  src/consumers/generic/CMakeLists.txt (1.1),
	  src/consumers/res_writer/CMakeLists.txt (1.1),
	  src/consumers/stdout/CMakeLists.txt (1.1),
	  src/consumers/stdout_callback/CMakeLists.txt (1.1),
	  src/consumers/test_group/CMakeLists.txt (1.1),
	  src/consumers/tspfs/CMakeLists.txt (1.1),
	  src/consumers/tutorial/CMakeLists.txt (1.1),
	  src/consumers/CMakeLists.txt (1.1), src/core/ctrl/CMakeLists.txt
	  (1.1, TSP_0_8_1), src/core/CMakeLists.txt (1.1),
	  src/providers/bb_provider/CMakeLists.txt (1.1),
	  src/providers/CMakeLists.txt (1.1),
	  src/util/libbb/bbtools/CMakeLists.txt (1.1),
	  src/util/libbb/CMakeLists.txt (1.1),
	  src/util/libcalc/CMakeLists.txt (1.1): Initial CMake build system
	  commit

2006-06-09 19:49  erk

	* src/Version.Readme (1.42): Update 0.8.0 release date

