[MacRuby/MacRuby] aee189: change path field char * to VALUE
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: aee189357fcc2ab72902d5eb1acb45a20d4d3c61 https://github.com/MacRuby/MacRuby/commit/aee189357fcc2ab72902d5eb1acb45a20d... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- change path field char * to VALUE Commit: 41e7d0514f93c3c59b9b7ffcf4b4575c0ca0bc4e https://github.com/MacRuby/MacRuby/commit/41e7d0514f93c3c59b9b7ffcf4b4575c0c... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- call rb_str_encode_ospath() before passing the path to system Commit: 912930d91ed5c6a2ed18780f5bfaa151f61011b6 https://github.com/MacRuby/MacRuby/commit/912930d91ed5c6a2ed18780f5bfaa151f6... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- get rid of type-punning function cast Commit: dbf338d862496ce2dca3fae48b7ce379ccbe33d3 https://github.com/MacRuby/MacRuby/commit/dbf338d862496ce2dca3fae48b7ce379cc... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c M dln.c M parse.y M string.c M util.c M variable.c Log Message: ----------- use strlcpy, memcpy and snprintf instead of strcpy, strncpy and sprintf Commit: 6852aaecfad582536a55e6f9bebf333a36542812 https://github.com/MacRuby/MacRuby/commit/6852aaecfad582536a55e6f9bebf333a36... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- use strlcat() Commit: d7aae42c5d6c0b1a0fc6e7a450c769e5fb9188ea https://github.com/MacRuby/MacRuby/commit/d7aae42c5d6c0b1a0fc6e7a450c769e5fb... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- no strcpy() is needed since len is known Commit: 64be260bcc4f4625c2e74ffa2f06b8dc12baa15c https://github.com/MacRuby/MacRuby/commit/64be260bcc4f4625c2e74ffa2f06b8dc12... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- get rid of possible overflow Commit: 607cc509ad31169d6e2259a7e0dc167293949402 https://github.com/MacRuby/MacRuby/commit/607cc509ad31169d6e2259a7e0dc167293... Author: Watson <watson1978@gmail.com> Date: 2012-01-03 (Tue, 03 Jan 2012) Changed paths: M dir.c Log Message: ----------- use long for seekdir() Compare: https://github.com/MacRuby/MacRuby/compare/506209e...607cc50
participants (1)
-
noreply@github.com