emc2 Developers: paul_c

Login name:
paul_c
Total Commits:
1384 (13.3%)
Lines of Code:
179151 (35.9%)
Most Recent Commit:
2005-09-20 07:56

Activity by Clock Time

Activity by Hour of Day for paul_c

Activity by Day of Week for paul_c

Activity in Directories

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

Activity of paul_c

Most Recent Commits

paul_c 2005-09-20 07:56

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:

  • src: configure.in (+4 -4)
paul_c 2005-09-17 12:52

Another ToDo for someone to take a look at - Are the emcmotlog functions still required ?

6 lines of code changed in:

  • src/emc/motion: command.c (+6 -3)
paul_c 2005-09-17 12:49

halscope makes emcmotlog redundant - ..

6 lines of code changed in:

  • src/emc/motion: command.c (+6 -3)
paul_c 2005-09-03 05:23

Bug fix to speed up program verify - Thanks Matt.

8 lines of code changed in:

  • src/emc/task: emctaskmain.cc (+8 -4)
paul_c 2005-08-31 05:42

Applied Malte Rutemann's patch to load the tool table.

178 lines of code changed in:

  • src/emc/usr_intf: iosh.cc (+178 -5)
paul_c 2005-08-28 10:09

emcmotlog is redundant code - Removing it from kernel code avoids a compilation failure with 2.6 builds.

0 lines of code changed in:

  • src/emc: Makefile (-1)
  • src/emc/motion: Makefile (-1)
paul_c 2005-08-14 12:19

Commit NML configs for server/client networked systems.

7 lines of code changed in:

  • configs: client.nml (new), emc.ini (+6 -1), emc.nml (+1 -37), server.nml (new)
paul_c 2005-08-08 15:02

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:

  • src/libnml/os_intf: _sem.c (+5 -3)
paul_c 2005-08-08 08:09

A couple of typos crept in..

22 lines of code changed in:

  • src/emc/nml_intf: emc.hh (+7 -4)
  • src/emc/rs274ngc: interp_internal.hh (+4 -4)
  • src/emc/task: emccanon.cc (+7 -4)
  • src/emc/usr_intf: usrmot.c (+4 -4)
paul_c 2005-08-08 08:03

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:

  • src: config.h.in (+48), configure (+19), configure.in (+59)
  • src/emc: Makefile (+1 -3), global_defs.h (del)
  • src/emc/motion: usrmotintf.cc (+4 -4)
  • src/emc/nml_intf: emc.hh (+7 -4)
  • src/emc/rs274ngc: interp_internal.hh (+4 -4)
  • src/emc/task: emccanon.cc (+7 -4)
  • src/emc/usr_intf: usrmot.c (+4 -4)
  • src/libnml/inifile: inifile.hh (+4 -4)
  • src/libnml/os_intf: _sem.c (+3 -3)
  • src/libnml/posemath: posemath.h (+3 -5)
paul_c 2005-08-07 14:53

Need a simple test for semtimedop in configure. Without overloading CFLAGS, config.h becomes a useful requirement.

421 lines of code changed in:

  • src: Makefile (+7 -1), config.h.in (new 70), configure (+334 -32), configure.in (+2)
  • src/libnml/os_intf: _sem.c (+8 -7)
paul_c 2005-08-07 06:06

Re-implement a semtimedop function for pre 2.4.22 systems.

44 lines of code changed in:

  • src/libnml/os_intf: _sem.c (+44 -8)
paul_c 2005-08-06 15:44

Force a build on the farm.

4 lines of code changed in:

  • src/rtapi: mathstubs.c (+4 -9)
paul_c 2005-08-06 15:38

Need to conditionally compile mathstubs.c - In the meantime, sidestep the prob.

8 lines of code changed in:

  • src/rtapi: mathstubs.c (+8 -1)
paul_c 2005-08-06 15:23

Remove the dependency on _inifile.o.

221 lines of code changed in:

  • src/emc/motion: emcpid.c (+4 -4)
  • src/hal/utils: Makefile (+2 -2), halcmd.c (+1 -1)
  • src/libnml/inifile: Makefile (+1 -3), _inifile.c (del), inifile.cc (+202 -11), inifile.h (del), inifile.hh (+11 -3)
paul_c 2005-08-06 14:51

Implement tilde expansion. Another todo removed from the list.

42 lines of code changed in:

  • src/libnml/inifile: Makefile (+1 -3), inifile.cc (+38 -6), inifile.hh (+3 -2)
paul_c 2005-08-06 14:49

Remove SEM_UNDO - Leads to bad things under certain conditions..

6 lines of code changed in:

  • src/libnml/os_intf: _sem.c (+6 -6)
paul_c 2005-08-06 06:54

damit.. commit on head.

2 lines of code changed in:

  • src: Makefile.inc.in (+2 -2)
paul_c 2005-08-05 18:02

A minor change to the way semaphores are timed out in response to bug 1205237.

45 lines of code changed in:

  • src/libnml/inifile: inifile.cc (+4 -4)
  • src/libnml/os_intf: _sem.c (+41 -101)
paul_c 2005-08-01 09:52

Try this simple little fix.

12 lines of code changed in:

  • src/emc/kinematics: tp.c (+12 -4)

(184 more)

Generated by StatCVS 0.3