

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1384 (100.0%) | 179151 (100.0%) | 129.4 |
| src/emc/rs274ngc/ | 83 (6.0%) | 41893 (23.4%) | 504.7 |
| src/emc/task/ | 66 (4.8%) | 28028 (15.6%) | 424.6 |
| src/emc/nml_intf/ | 52 (3.8%) | 23198 (12.9%) | 446.1 |
| src/emc/motion/ | 136 (9.8%) | 21323 (11.9%) | 156.7 |
| nc_files/ | 8 (0.6%) | 10064 (5.6%) | 1258.0 |
| src/emc/kinematics/ | 63 (4.6%) | 9585 (5.4%) | 152.1 |
| src/emc/ini/ | 70 (5.1%) | 9556 (5.3%) | 136.5 |
| src/rtapi/ | 59 (4.3%) | 4599 (2.6%) | 77.9 |
| src/libnml/nml/ | 108 (7.8%) | 3842 (2.1%) | 35.5 |
| src/emc/usr_intf/ | 21 (1.5%) | 3351 (1.9%) | 159.5 |
| src/emc/iotask/ | 10 (0.7%) | 3340 (1.9%) | 334.0 |
| src/ | 32 (2.3%) | 3115 (1.7%) | 97.3 |
| src/po/ | 7 (0.5%) | 2273 (1.3%) | 324.7 |
| src/libnml/cms/ | 132 (9.5%) | 2114 (1.2%) | 16.0 |
| src/emc/canterp/ | 2 (0.1%) | 1755 (1.0%) | 877.5 |
| configs/ | 25 (1.8%) | 1673 (0.9%) | 66.9 |
| src/libnml/inifile/ | 67 (4.8%) | 1457 (0.8%) | 21.7 |
| scripts/ | 15 (1.1%) | 1409 (0.8%) | 93.9 |
| src/libnml/buffer/ | 85 (6.1%) | 1405 (0.8%) | 16.5 |
| src/libnml/linklist/ | 35 (2.5%) | 1247 (0.7%) | 35.6 |
| / | 58 (4.2%) | 895 (0.5%) | 15.4 |
| src/libnml/rcs/ | 40 (2.9%) | 766 (0.4%) | 19.1 |
| src/libnml/os_intf/ | 71 (5.1%) | 736 (0.4%) | 10.3 |
| docs/man/man1/ | 3 (0.2%) | 423 (0.2%) | 141.0 |
| src/libnml/posemath/ | 42 (3.0%) | 364 (0.2%) | 8.6 |
| tcl/bin/ | 9 (0.7%) | 201 (0.1%) | 22.3 |
| tcl/ | 3 (0.2%) | 149 (0.1%) | 49.6 |
| src/libnml/ | 19 (1.4%) | 111 (0.1%) | 5.8 |
| src/emc/ | 9 (0.7%) | 76 (0.0%) | 8.4 |
| src/hal/drivers/ | 6 (0.4%) | 45 (0.0%) | 7.5 |
| src/rtapi/examples/shmem/ | 6 (0.4%) | 35 (0.0%) | 5.8 |
| src/hal/ | 11 (0.8%) | 34 (0.0%) | 3.0 |
| tcl/scripts/ | 5 (0.4%) | 25 (0.0%) | 5.0 |
| src/hal/components/ | 6 (0.4%) | 19 (0.0%) | 3.1 |
| docs/ | 9 (0.7%) | 18 (0.0%) | 2.0 |
| src/hal/utils/ | 9 (0.7%) | 17 (0.0%) | 1.8 |
| src/tests/ | 2 (0.1%) | 10 (0.0%) | 5.0 |

AC_MSG_NOTICE throws an error with autoconf2.13 - Minimum requirement should be version 2.53. This means anyone using RH7.3 or earlier will *have* to upgrade if they want to regenerate configure from configure.in. N.B. This does NOT mean an upgrade is required to run configure.
4 lines of code changed in:
Another ToDo for someone to take a look at - Are the emcmotlog functions still required ?
6 lines of code changed in:
halscope makes emcmotlog redundant - ..
6 lines of code changed in:
Bug fix to speed up program verify - Thanks Matt.
8 lines of code changed in:
Applied Malte Rutemann's patch to load the tool table.
178 lines of code changed in:
emcmotlog is redundant code - Removing it from kernel code avoids a compilation failure with 2.6 builds.
0 lines of code changed in:
Commit NML configs for server/client networked systems.
7 lines of code changed in:
If HAVE_SEMTIMEDOP is defined, unless the host kernel supports the syscall, it won't work - Add a work round for unsupported kernels.
5 lines of code changed in:
A couple of typos crept in..
22 lines of code changed in:
Moved global defines for buffer & line lengths in to config.h - If everyone uses this as the first #include, it will help in avoiding buffer overruns..
163 lines of code changed in:
Need a simple test for semtimedop in configure. Without overloading CFLAGS, config.h becomes a useful requirement.
421 lines of code changed in:
Re-implement a semtimedop function for pre 2.4.22 systems.
44 lines of code changed in:
Force a build on the farm.
4 lines of code changed in:
Need to conditionally compile mathstubs.c - In the meantime, sidestep the prob.
8 lines of code changed in:
Remove the dependency on _inifile.o.
221 lines of code changed in:
Implement tilde expansion. Another todo removed from the list.
42 lines of code changed in:
Remove SEM_UNDO - Leads to bad things under certain conditions..
6 lines of code changed in:
damit.. commit on head.
2 lines of code changed in:
A minor change to the way semaphores are timed out in response to bug 1205237.
45 lines of code changed in:
Try this simple little fix.
12 lines of code changed in:
(184 more)