ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  2. * AspComponentFoundry.cs: fixed typo.
  3. * TemplateFactory.cs: use csc style options.
  4. * AspGenerator.cs: don't use FileDependencies property of base class.
  5. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  6. * System.Web.Compilation/AspElements.cs:
  7. * System.Web.Compilation/AspGenerator.cs:
  8. * System.Web.Compilation/AspParser.cs:
  9. * System.Web.Compilation/PageCompiler.cs:
  10. * System.Web.Compilation/TemplateFactory.cs: we are now able to compile
  11. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  12. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  13. * AspElements.cs: added WebService directive.
  14. * WebServiceCompiler.cs: New file.
  15. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  16. * PageCompiler.cs: fixed compilation.
  17. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  18. * PageCompiler.cs: generate C# file using AspGenerator.
  19. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  20. * AspComponentFoundry.cs: LookupFoundry now returns bool.
  21. * AspGenerator.cs: New file.
  22. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  23. * AspComponentFoundry.cs: New file.
  24. * AspElements.cs: renamed Component to Aspcomponent.
  25. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  26. * AspElements.cs:
  27. * AspParser.cs:
  28. * AspTokenizer.cs:
  29. * ChangeLog:
  30. * PageCompiler.cs:
  31. * TemplateFactory.cs: first steps to move xsp into System.Web.