

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 26 (100.0%) | 7073 (100.0%) | 272.0 |
| nc_files/ | 5 (19.2%) | 5032 (71.1%) | 1006.4 |
| src/emc/canterp/ | 2 (7.7%) | 870 (12.3%) | 435.0 |
| src/emc/nml_intf/ | 4 (15.4%) | 751 (10.6%) | 187.7 |
| src/emc/task/ | 5 (19.2%) | 324 (4.6%) | 64.8 |
| src/emc/rs274ngc/ | 7 (26.9%) | 91 (1.3%) | 13.0 |
| src/emc/ | 1 (3.8%) | 2 (0.0%) | 2.0 |
| configs/ | 1 (3.8%) | 2 (0.0%) | 2.0 |
| src/rtapi/ | 1 (3.8%) | 1 (0.0%) | 1.0 |

Added canterp directory to the list of sub-makes
2 lines of code changed in:
Minor touches to emccanon.cc, after incorporating user-defined M codes
41 lines of code changed in:
Added canonical interpreter directory
870 lines of code changed in:
Moved canon.hh to nml_intf/ from rs274ngc/, and updated Makefile
707 lines of code changed in:
Moved canon.hh to nml_intf
0 lines of code changed in:
Added some sample NC files
5003 lines of code changed in:
Added M101, M102.c as example custom M code files that print their P and Q
values.
29 lines of code changed in:
Changed PROGRAM_PREFIX from programs/ to nc_files/
2 lines of code changed in:
Added user-defined M codes, from BDI-4
335 lines of code changed in:
Changed NCE_M_CODE_GREATER_THAN_99 to NCE_M_CODE_GREATER_THAN_199
10 lines of code changed in:
Added user M code, changed range of M codes from 99 to 199
11 lines of code changed in:
Added EMC_SYSTEM_CMD stuff from BDI-4, manually. THIS IS NOT FROM CODEGEN.
17 lines of code changed in:
Added EMC_SYSTEM_CMD stuff from BDI-4
27 lines of code changed in:
Changed EMC2_HOME to SRC_DIR as head of Makefile.inc, for rtapi.conf rule
1 lines of code changed in:
Added the dollar-log-dollar entry in the Modification history at the end.
4 lines of code changed in:
Added USER_DEFINED_FUNCTION declarations
14 lines of code changed in: