[PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-17 Thread Emiliano Heyns

emile   Sat Feb 17 15:21:54 2001 EDT

  Modified files:  
/php4/ext/midgard   .cvsignore ChangeLog INSTALL Makefile.in 
article.c attachment.c calendar.c config.m4 
element.c event.c eventmember.c file.c group.c 
host.c image.c mail.c member.c mgd_access.h 
mgd_article.h mgd_attachment.h mgd_calendar.h 
mgd_element.h mgd_errno.pl mgd_event.h 
mgd_eventmember.h mgd_file.h mgd_group.h 
mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h 
mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h 
mgd_pageelement.h mgd_pagelink.h mgd_person.h 
mgd_preferences.h mgd_preparser.h mgd_sitegroup.h 
mgd_snippet.h mgd_snippetdir.h mgd_style.h 
mgd_topic.h midgard.c mkall oop.c page.c 
pageelement.c pagelink.c parameter.c person.c 
php_midgard.h preferences.c preparser-parser.y 
preparser-scanner.l preparser.c sitegroup.c 
snippet.c snippetdir.c style.c topic.c 
  Log:
  Remove/Add appearantly doesn't cancel the remove... add separately.
  
  

Index: php4/ext/midgard/.cvsignore
diff -u /dev/null php4/ext/midgard/.cvsignore:1.3
--- /dev/null   Sat Feb 17 15:21:51 2001
+++ php4/ext/midgard/.cvsignore Sat Feb 17 15:21:49 2001
@@ -0,0 +1,122 @@
+.deps
+.libs
+CVS
+Makefile
+access.lo
+access.o
+access.slo
+acinclude.m4
+aclocal.m4
+article.lo
+article.o
+article.slo
+attachment.lo
+attachment.o
+attachment.slo
+build
+calendar.lo
+calendar.o
+calendar.slo
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+config_vars.mk
+configure
+configure.in
+dynlib.m4
+element.lo
+element.o
+element.slo
+event.lo
+event.o
+event.slo
+eventmember.lo
+eventmember.o
+eventmember.slo
+file.lo
+file.o
+file.slo
+group.lo
+group.o
+group.slo
+host.lo
+host.o
+host.slo
+image.lo
+image.o
+image.slo
+install-sh
+libs.mk
+libtool
+ltconfig
+ltmain.sh
+mail.lo
+mail.o
+mail.slo
+member.lo
+member.o
+member.slo
+mgd_errno.c
+mgd_errno.h
+mgd_errno.lo
+mgd_errno.o
+mgd_errno.slo
+midgard.la
+midgard.lo
+midgard.o
+midgard.slo
+missing
+mkinstalldirs
+modules
+oop.lo
+oop.o
+oop.slo
+page.lo
+page.o
+page.slo
+pageelement.lo
+pageelement.o
+pageelement.slo
+pagelink.lo
+pagelink.o
+pagelink.slo
+parameter.lo
+parameter.o
+parameter.slo
+person.lo
+person.o
+person.slo
+php_config.h
+php_config.h.in
+preferences.lo
+preferences.o
+preferences.slo
+preparser-parser.h
+preparser-parser.lo
+preparser-parser.o
+preparser-parser.slo
+preparser-scanner.lo
+preparser-scanner.o
+preparser-scanner.slo
+preparser.c.bk
+preparser.lo
+preparser.o
+preparser.slo
+sitegroup.lo
+sitegroup.o
+sitegroup.slo
+snippet.lo
+snippet.o
+snippet.slo
+snippetdir.lo
+snippetdir.o
+snippetdir.slo
+style.lo
+style.o
+style.slo
+topic.lo
+topic.o
+topic.slo
+y.output
Index: php4/ext/midgard/ChangeLog
diff -u /dev/null php4/ext/midgard/ChangeLog:1.3
--- /dev/null   Sat Feb 17 15:21:51 2001
+++ php4/ext/midgard/ChangeLog  Sat Feb 17 15:21:49 2001
@@ -0,0 +1,175 @@
+2001-01-30 10:07  emile
+
+   * MidgardClassWhatever renamed to MidgardWhatever
+
+2001-01-26 02:09  david
+
+   * httpd.error_log.tgz: this is the httpd error_log associated with
+   the backtrace (see bt.txt).
+
+2001-01-26 02:05  david
+
+   * bt.txt: backtrace of an Asgard request (running out of memory).
+
+2001-01-26 02:04  david
+
+   * preparser-parser.y, preparser-scanner.l, preparser.c: debug
+   version. Lots of log, in httpd error_log and in the browser.
+
+2001-01-25 18:25  david
+
+   * preparser-parser.y, preparser-scanner.l, preparser.c: oops,
+   forgot default rule when in eval'ed quoted strings...
+
+2001-01-25 15:18  david
+
+   * article.c: removed some useless logging in mgd_get_article.
+
+2001-01-25 15:15  david
+
+   * Makefile.in, access.c, article.c, attachment.c, config.m4,
+   element.c, host.c, mgd_access.h, midgard.c, page.c, pageelement.c,
+   pagelink.c, preparser.c, style.c, topic.c: Eliminated the warnings
+   at compile, and cleaned the code.
+
+2001-01-25 04:38  david
+
+   * ab_config.m4, ab_mgd_preparser.h, ab_preparser-parser.y,
+   ab_preparser-scanner.l, ab_preparser.c, config.m4, mgd_preparser.h,
+   mkall, preparser-parser.y, preparser-scanner.l, preparser.c: added
+   Alexander's memory management modifications.  changed the lexer to
+   be more readable (easier to debug).  Status: old admin and VMUC
+   still working, Asgard has the same problem
+
+2001-01-24 21:45  david
+
+   * preparser-parser.y, preparser-scanner.l, preparser.c: Syncing. 
+   Asgard still crashing on form-template snippet but this is not a
+   mgd_include_snippet problem
+
+2001-01-24 20:46  david
+
+   * 

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-17 Thread Jon Parise

On Sat, Feb 17, 2001 at 11:21:54PM -, Emiliano Heyns wrote:

 Index: php4/ext/midgard/.cvsignore
 diff -u /dev/null php4/ext/midgard/.cvsignore:1.3
 --- /dev/null Sat Feb 17 15:21:51 2001
 +++ php4/ext/midgard/.cvsignore   Sat Feb 17 15:21:49 2001
 @@ -0,0 +1,122 @@
 +.deps
 +.libs
 +CVS
 +Makefile
 +access.lo
 +access.o
 +access.slo
 +acinclude.m4
 +aclocal.m4
 +article.lo
 +article.o
 +article.slo

A lot of these can probably be shortened to:

*.o
*.lo
*.slo

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]