- Timestamp:
- Jun 27, 2018, 4:15:11 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
- 5 copied
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro/src (modified) (1 prop)
-
PS-IPP-Config (modified) (1 prop)
-
PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (1 diff)
-
extlibs (modified) (1 prop)
-
extlibs/readline-5.2-p15.tar.gz (copied) (copied from branches/czw_branch/20170908/extlibs/readline-5.2-p15.tar.gz )
-
ippMonitor (modified) (1 prop)
-
ippMonitor/raw/ipp.php (modified) (1 diff)
-
ippconfig (modified) (1 prop)
-
psconfig (modified) (1 prop)
-
psconfig/tagsets/ipp-3.1.dist (copied) (copied from branches/czw_branch/20170908/psconfig/tagsets/ipp-3.1.dist )
-
psconfig/tagsets/ipp-3.1.libs (copied) (copied from branches/czw_branch/20170908/psconfig/tagsets/ipp-3.1.libs )
-
psconfig/tagsets/ipp-3.1.perl (copied) (copied from branches/czw_branch/20170908/psconfig/tagsets/ipp-3.1.perl )
-
tools (modified) (1 prop)
-
tools/hsc (copied) (copied from branches/czw_branch/20170908/tools/hsc )
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20170908 (added) merged: 40128-40129,40179,40181,40199,40204-40207,40368-40369,40379-40381,40399,40442,40446,40456-40458,40475-40483,40486
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/czw_branch/20170908/Ohana (added) merged: 40129,40205-40207,40369,40477,40486
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src
- Property svn:mergeinfo changed
/branches/czw_branch/20170908/Ohana/src/relastro/src (added) merged: 40477
- Property svn:mergeinfo changed
-
trunk/PS-IPP-Config
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/PS-IPP-Config merged eligible /branches/czw_branch/20170908/PS-IPP-Config merged eligible
-
Property svn:mergeinfo
set to
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r35714 r40494 427 427 428 428 # if not, call _neb_start() and return the new object 429 return $self->_neb_start() or ( carp "Can't start Nebulous" and return undef );429 (return $self->_neb_start()) or ( carp "Can't start Nebulous" and return undef ); 430 430 } 431 431 -
trunk/extlibs
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/extlibs merged eligible /branches/czw_branch/20170908/extlibs merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippMonitor
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/ippMonitor merged eligible /branches/czw_branch/20170908/ippMonitor merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippMonitor/raw/ipp.php
r40433 r40494 351 351 // loop over the lines in the file and generate lines in the menu 352 352 while ($line = fgetcsv ($file, 1024, "|")) { 353 if ( ereg('^[:blank:]*#', $line[0])) continue;353 if (preg_match ('^[:blank:]*#', $line[0])) continue; 354 354 if (count($line) < 2) continue; 355 355 -
trunk/ippconfig
- Property svn:mergeinfo changed
/branches/czw_branch/20170908/ippconfig merged: 40399,40442,40481,40486
- Property svn:mergeinfo changed
-
trunk/psconfig
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psconfig merged eligible /branches/czw_branch/20170908/psconfig merged eligible
-
Property svn:mergeinfo
set to
-
trunk/tools
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/tools merged eligible /branches/czw_branch/20170908/tools merged eligible
-
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
