Ignore:
Timestamp:
Jun 10, 2019, 10:52:03 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6355ba7
Parents:
9856ca9 (diff), 61c7239 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r9856ca9 re7f8119  
    25852585
    25862586@article{Tarjan75,
    2587  keywords = {union-find},
    2588  contributer = {a3moss@uwaterloo.ca},
    2589  author = {Tarjan, Robert Endre},
    2590  title = {Efficiency of a Good But Not Linear Set Union Algorithm},
    2591  journal = {J. ACM},
    2592  issue_date = {April 1975},
    2593  volume = {22},
    2594  number = {2},
    2595  month = apr,
    2596  year = {1975},
    2597  issn = {0004-5411},
    2598  pages = {215--225},
    2599  numpages = {11},
    2600  url = {http://doi.acm.org/10.1145/321879.321884},
    2601  doi = {10.1145/321879.321884},
    2602  acmid = {321884},
    2603  publisher = {ACM},
    2604  address = {New York, NY, USA},
     2587    keywords    = {union-find},
     2588    contributer = {a3moss@uwaterloo.ca},
     2589    author      = {Tarjan, Robert Endre},
     2590    title       = {Efficiency of a Good But Not Linear Set Union Algorithm},
     2591    journal     = {J. ACM},
     2592    issue_date  = {April 1975},
     2593    volume      = {22},
     2594    number      = {2},
     2595    month       = apr,
     2596    year        = {1975},
     2597    issn        = {0004-5411},
     2598    pages       = {215--225},
     2599    numpages    = {11},
     2600    url         = {http://doi.acm.org/10.1145/321879.321884},
     2601    doi         = {10.1145/321879.321884},
     2602    acmid       = {321884},
     2603    publisher   = {ACM},
     2604    address     = {New York, NY, USA},
    26052605}
    26062606
     
    26232623    journal     = ipl,
    26242624    year        = 1980,
    2625     month       = apr, volume = 10, number = 3, pages = {120-123},
     2625    month       = apr,
     2626    volume      = 10,
     2627    number      = 3,
     2628    pages        = {120-123},
    26262629    comment     = {
    26272630        The ``two-pass'' algorithm.  An upward pass over a parse tree
     
    26572660}
    26582661
    2659 @InProceedings{chambers89a,
     2662@inproceedings{chambers89a,
    26602663    keywords    = {maps, delegation},
    26612664    author      = "Craig Chambers and David Ungar and Elgin Lee",
    2662     title       = "An Efficient Implementation of {SELF}, a Dynamically-Typed
    2663                  Object-Oriented Language Based on Prototypes",
     2665    title       = "An Efficient Implementation of {SELF}, a Dynamically-Typed Object-Oriented Language Based on Prototypes",
    26642666    crossref    = "OOPSLA89",
    26652667    pages       = {49-70}
    26662668}
    26672669
     2670@misc{Turley99,
     2671    keywords    = {embedded system, micrprocessor},
     2672    contributer = {pabuhr@plg},
     2673    author      = {Jim Turley},
     2674    title       = {Embedded Processors by the Numbers},
     2675    year        = 1999,
     2676    month       = may,
     2677    note        = {Electronic Engineering Times},
     2678    howpublished= {\href{https://www.eetimes.com/author.asp?sectionid=36&doc_id=1287712}
     2679                  {https://\-www.eetimes.com/\-author.asp?sectionid=\-36&doc_id=1287712}},
     2680}
     2681
    26682682@article{oop:encapsulation,
    26692683    keywords    = {Encapsulation, Inheritance, Subclasses, Multiple Inheritance},
    26702684    contributer = {gjditchfield@plg},
    26712685    author      = {Alan Snyder},
    2672     title       = {Encapsulation and Inheritance in Object-Oriented Programming
    2673         Languages},
     2686    title       = {Encapsulation and Inheritance in Object-Oriented Programming Languages},
    26742687    journal     = sigplan,
    26752688    volume      = {21},    number = {11},
     
    27062719    title       = {Encapsulators: A New Software Paradigm in Smalltalk-80},
    27072720    journal     = sigplan,
    2708     volume      = {21},    number       = {11},
     2721    volume      = {21},
     2722    number      = {11},
    27092723    pages       = {341-346},
    2710     month       = nov, year = 1986,
     2724    month       = nov,
     2725    year        = 1986,
    27112726    comment     = {
    27122727        Encapsulators are objects that surround other objects.
Note: See TracChangeset for help on using the changeset viewer.