Bugfix in administration_tools/downstream-upload-html.sh.
The version was changed to R2-10-1.
Update of administration scripts.
File .gitignore was added in case the project is managed with git.
The SDO documentation was improved.
Fix of a typo in the documentation.
Small documentation changes.
Bugfix in administration_tools/config.dat regarding documentation creation.
Small fix in administration scripts regarding 'git push'.
The 'demo' documentation was extended.
README.rst was added, documentation a bit improved.
Improvements in administration_tools.
The version was changed to R2-10.
A demo for MultiCAN was added.
Update of ignore files.
More documentation improvements.
The copyright date was changed to 2024.
Small bugfix in SDO documentation.
Linux support and the 'socan' module are now documented.
Add lowcal.rst and MultiCAN.pdf to the documentation.
Small improvement in administration_tools/config.dat.
Fix in doc-to-wwwhelp.sh script.
The version was changed to R2-9-3.
Scripts to administer the project were added.
Bugfix in pmsg.c/psem.c: The name creation for semaphores sometimes failed.
Fix: In configure/CONFIG, building with "scan" is now the default again.
Fix configure/RELEASE for the RTEMS version of MultiCAN.
TAG R2-9-1
Tool lib: Named semaphores in pmsg.c/psem.c now contain the user name (Linux).
Tool lib: The test for the psem module was improved.
Tool lib: In psem.c the code for unnamed semaphores was improved.
Tool lib: An unused macro in dbg.c was removed.
Tool lib: Fix of the pprintf test.
Tool lib: Fix of the pbox test.
A compiler warning in pprintf_test.c was removed.
TAG R2-9
Documentation is now installed on help.bessy.de instead of www-csr.bessy.de.
Small fix in pdbgio.c regarding debug messages.
lowcal.c: Added to debug information.
sdo protocol: Fix of portability problem regarding byte order.
sci_get_user() was added to the documentation of sci functions.
reader.c: Fix of uninitialized variable.
MultiCAN now uses calloc instead of malloc everywhere.
sci now uses calloc instead of malloc everywhere.
The vcan driver now uses calloc instead of malloc everywhere.
The tool library now uses calloc instead of malloc everywhere.
sdo now uses calloc instead of malloc everywhere.
reader.c, gps_reader(): Ensure that local variable "obj" is initialized.
tool-lib: Changes in messanger.c and messanger_test.c to pass valgrind tests.
tool-lib: A comment regarding valgrind was added to the tests makefile.
tool-lib: messanger_test.c now uses pth_join().
tool: Changes in pbox_test.c to pass valgrind tests.
tool-lib: pdbgio_test.c now uses pth_join().
tool-lib: pmsg_test.c now uses pth_join().
tool/pth.c: pth_join() was added.
Bugfix in .hgignore.
More functions from dbg.c were added to the ioc shell configuration.
dbg.c: dbg_start_server_default and dbg_start_server are now public functions.
Support for MultiCAN header generation for various platforms.
When compiled for Linux, do not build with socan as a default.
Changes in MultiCAN to use SOCAN with sumo.
Changes in MultiCAN to support the "socan" CAN bus driver for linux.
Some gcc warnings in psock.c were removed.
dbg no longer uses named semaphores.
Unnamed semaphores were added to psem.c.
psem.c: The implementation of named semaphores was simplified.
Bug fix in pprintf.c and improvements in pprintf_test.c.
File .hgignore was updated.
.rgignore was added, this is used for the rg (ripgrep) utility.
TAG R2-8-22
fix: add a missing include in socketcan.c