Ignore:
Timestamp:
May 18, 2018, 2:09:21 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
2472a19
Parents:
f6f0cca3 (diff), c7d8100c (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 remote-tracking branch 'origin/master' into with_gc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    rf6f0cca3 rff29f08  
    137137
    138138@article{Nierstrasz87,
    139     keywords    = {Hybrid, active objects, object-oriented languages,
    140                   object-based languages, delegation, concurrency},
     139    keywords    = {Hybrid, active objects, object-oriented languages, object-based languages, delegation, concurrency},
    141140    contributer = {pabuhr@plg},
    142141    author      = {O. M. Nierstrasz},
     
    782781    howpublished= {\href{http://www.boost.org/doc/libs/1_61_0/libs/coroutine/doc/html/index.html}
    783782                  {{http://www.boost.org/\-doc/\-libs/1\_61\_0/\-libs/\-coroutine/\-doc/\-html/\-index.html}}},
    784     note        = {Accessed: 2016-09},
     783    optnote     = {Accessed: 2016-09},
    785784}
    786785
     
    855854    keywords    = {ANSI C 89},
    856855    contributer = {gjditchfield@plg},
    857     title       = {American National Standard for Information Systems -- Programming Language -- {C}},
     856    author      = {C90},
     857    title       = {Programming Languages -- {C}},
    858858    organization= {American National Standards Institute},
    859     address     = {1430 Broadway, New York, New York  10018},
    860     month       = dec,
    861     year        = 1989,
    862     note        = {X3.159-1989}
     859    address     = {New York, NY, U.S.A.},
     860    year        = 1990,
     861    note        = {ANSI/ISO 9899-1990}
    863862}
    864863
     
    888887    title       = {\textsf{C}{$\mathbf{\forall}$} Features},
    889888    howpublished= {\url{https://plg.uwaterloo.ca/~cforall/features}},
    890     note        = {Accessed: 2018-01-01},
     889    optnote     = {Accessed: 2018-01-01},
    891890}
    892891
     
    900899    address     = {Waterloo, Ontario, Canada, N2L 3G1},
    901900    note        = {\href{http://plg.uwaterloo.ca/theses/EstevesThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-EstevesThesis.pdf}},
     901}
     902
     903@misc{CFAStackEvaluation,
     904    author      = {Aaron Moss},
     905    title       = {\textsf{C}$\mathbf{\forall}$ Stack Evaluation Programs},
     906    year        = 2018,
     907    howpublished= {\href{https://plg.uwaterloo.ca/~cforall/evaluation.zip}{https://plg.uwaterloo.ca/\-\-$\sim$cforall/\-StackEvaluation.zip}},
     908    optnote     = {[Accessed May 2018]},
     909}
     910
     911@article{Moss18,
     912    keywords    = {concurrency, C++},
     913    contributer = {pabuhr@plg},
     914    author      = {Aaron Moss and Robert Schluntz and Peter A. Buhr},
     915    title       = {\textsf{C}$\mathbf{\forall}$ : Adding Modern Programming Language Features to C},
     916    year        = 2018,
     917    journal     = spe,
     918    note        = {Accepted, to appear},
    902919}
    903920
     
    16401657}
    16411658
     1659@misc{Taylor10,
     1660    keywords    = {const, poisoning},
     1661    contributer = {pabuhr@plg},
     1662    author      = {Ian Lance Taylor},
     1663    title       = {const},
     1664    month       = oct,
     1665    year        = 2010,
     1666    howpublished= {\href{https://www.airs.com/blog/archives/428}
     1667                  {https://www.airs.com/\-blog/\-archives/\-428}},
     1668    optnote     = {Accessed: 2018-05},
     1669}
     1670
    16421671@phdthesis{Ditchfield92,
    16431672    keywords    = {C, parametric polymorphism, overloading},
     
    27552784@misc{GCCExtensions,
    27562785    contributer = {a3moss@uwaterloo.ca},
    2757     key         = {{GNU}},
     2786    key         = {C Extensions},
    27582787    author      = {{C Extensions}},
    27592788    title       = {Extensions to the {C} Language Family},
    27602789    year        = 2014,
    27612790    howpublished= {\href{https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/C-Extensions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-4.7.2/\-gcc/\-C\-Extensions.html}},
    2762     note        = {Accessed: 2017-04-02},
     2791    optnote     = {Accessed: 2017-04-02},
    27632792}
    27642793
     
    29472976    month       = jul, year = 1987,
    29482977    volume      = 4, number = 4, pages = {9-16}
     2978}
     2979
     2980@misc{Sutter05c,
     2981    contributer = {pabuhr@plg},
     2982    title       = {The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software},
     2983    author      = {Herb Sutter},
     2984    howpublished= {\url{http://www.gotw.ca/publications/concurrency-ddj.htm}},
     2985    year        = {2005},
     2986    note        = {originally Dr. Dobb's Journal 30(3)},
    29492987}
    29502988
     
    31373175    year        = 2014,
    31383176    howpublished= {https://developer.gnome.org/gobject/stable/},
    3139     note        = {Accessed: 2017-04},
     3177    optnote     = {Accessed: 2017-04},
    31403178}
    31413179
     
    32093247
    32103248% H
     3249
     3250@manual{Haskell10,
     3251    keywords    = {Haskell},
     3252    contributer = {pabuhr@plg},
     3253    author      = {Haskell},
     3254    title       = {Haskell 2010 Language Report},
     3255    edition     = {{S}imon {M}arlow},
     3256    year        = 2010,
     3257    note        = {\href{https://haskell.org/definition/haskell2010.pdf}{https://haskell.org/\-definition/\-haskell2010.pdf}},
     3258}
    32113259
    32123260@article{Michael04a,
     
    37603808    keywords    = {concurrency, critical section},
    37613809    contributer = {pabuhr@plg},
    3762     author      = {Dominic Duggan and Gordon V. Cormack and John Ophel},
     3810    author      = {Dominic Duggan and G. V. Cormack and John Ophel},
    37633811    title       = {Kinded Type Inference for Parametric Overloading},
    37643812    journal     = acta,
     
    46854733    year        = 2015,
    46864734    howpublished= {\href{https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/ObjectiveC.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-General/\-Conceptual/\-DevPedia-\-CocoaCore/\-ObjectiveC.html}},
    4687     note        = {Accessed: 2018-03}
     4735    optnote     = {Accessed: 2018-03}
    46884736}
    46894737
     
    46954743    year        = 2015,
    46964744    howpublished= {\href{https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-Xcode/\-Conceptual/\-RN-Xcode-Archive/\-Chapters/\-xc7\_release\_notes.html}},
    4697     note        = {Accessed: 2017-04}
     4745    optnote     = {Accessed: 2017-04}
    46984746}
    46994747
     
    57575805    keywords    = {Cyclone, existential types, polymorphism, type variables},
    57585806    contributer = {a3moss@plg},
    5759     author      = {Dan Grossman},
     5807    author      = {D. Grossman},
    57605808    title       = {Quantified Types in an Imperative Language},
    57615809    journal     = toplas,
     
    67626810    title       = {{TIOBE} Index},
    67636811    howpublished= {\href{http://www.tiobe.com/tiobe_index}{http://\-www.tiobe.com/\-tiobe\_index}},
    6764     note        = {Accessed: 2018-09},
     6812    optnote     = {Accessed: 2018-09},
    67656813}
    67666814
     
    70877135    year        = 2017,
    70887136    howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}},
    7089     note        = {Accessed: 2017-04}
     7137    optnote     = {Accessed: 2017-04}
    70907138}
    70917139
Note: See TracChangeset for help on using the changeset viewer.