miller/doc/release-docs.html
2019-09-18 22:44:19 -04:00

260 lines
10 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<!-- PAGE GENERATED FROM template.html and content-for-release-docs.html BY poki. -->
<!-- PLEASE MAKE CHANGES THERE AND THEN RE-RUN poki. -->
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="description" content="Miller documentation"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!-- mobile-friendly -->
<meta name="keywords"
content="John Kerl, Kerl, Miller, miller, mlr, OLAP, data analysis software, regression, correlation, variance, data tools, " />
<title> Documents by release </title>
<link rel="stylesheet" type="text/css" href="css2/miller.css"/>
<link rel="stylesheet" type="text/css" href="css2/poki-callbacks.css"/>
</head>
<!-- ================================================================ -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15651652-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<!-- ================================================================ -->
<script type="text/javascript">
function vis_expand_all_navbar_sections() {
vis_expand_all_with_prefix('navbar_section_toggle_');
}
function vis_collapse_all_navbar_sections() {
vis_collapse_all_with_prefix('navbar_section_toggle_');
}
function vis_expand_all_body_sections() {
vis_expand_all_with_prefix('body_section_toggle_');
}
function vis_collapse_all_body_sections() {
vis_collapse_all_with_prefix('body_section_toggle_');
}
function vis_expand_all_with_prefix(prefix) {
var divs = document.getElementsByTagName('div');
for(var i = 0; i < divs.length; i++) {
const div = divs[i];
if (div.id.startsWith(prefix)) {
vis_expand_div(div);
}
}
}
function vis_collapse_all_with_prefix(prefix) {
var divs = document.getElementsByTagName('div');
for(var i = 0; i < divs.length; i++){
const div = divs[i];
if (div.id.startsWith(prefix)) {
vis_collapse_div(div);
}
}
}
function vis_toggle_by_name(divName) {
vis_toggle_div(document.getElementById(divName));
}
function vis_expand_by_name(divName) {
vis_expand_div(document.getElementById(divName));
}
function vis_collapse_by_name(divName) {
vis_collapse_div(document.getElementById(divName));
}
function vis_toggle_div(div) {
if (div != null) {
var state = div.style.display;
if (state == 'block') {
div.style.display = 'none';
} else {
div.style.display = 'block';
}
}
}
function vis_expand_div(div) {
if (div != null) {
div.style.display = 'block';
}
}
function vis_collapse_div(div) {
if (div != null) {
div.style.display = 'none';
}
}
</script>
<body bgcolor="#ffffff">
<!-- ================================================================ -->
<!-- navbar -->
<div class="pokinav">
<center><titleinbody>Miller</titleinbody></center>
<!-- NAVBAR GENERATED FROM template.html BY poki -->
<button
style="font-weight:normal;font-size:100%;color:maroon;border:0"
padding=0
onclick="vis_collapse_all_navbar_sections(); vis_toggle_by_name('navbar_section_toggle_overview');"
href="javascript:;"
>
Overview
</button>
<button
style="font-weight:normal;font-size:100%;color:maroon;border:0"
padding=0
onclick="vis_collapse_all_navbar_sections(); vis_toggle_by_name('navbar_section_toggle_using');"
href="javascript:;"
>
Using
</button>
<button
style="font-weight:bold;font-size:100%;color:maroon;border:0"
padding=0
onclick="vis_collapse_all_navbar_sections(); vis_toggle_by_name('navbar_section_toggle_reference');"
href="javascript:;"
>
Reference
</button>
<button
style="font-weight:normal;font-size:100%;color:maroon;border:0"
padding=0
onclick="vis_collapse_all_navbar_sections(); vis_toggle_by_name('navbar_section_toggle_background');"
href="javascript:;"
>
Background
</button>
<button
style="font-weight:normal;font-size:100%;color:maroon;border:0"
padding=0
onclick="vis_collapse_all_navbar_sections(); vis_toggle_by_name('navbar_section_toggle_repository');"
href="javascript:;"
>
Repository
</button>
<div id="navbar_section_toggle_overview" style="display: none;text-align: left">
<br/><a href="index.html">About</a>
<br/><a href="10-min.html">10-minute intro</a>
<br/><a href="file-formats.html">File formats</a>
<br/><a href="feature-comparison.html">Unix-toolkit context</a>
<br/><a href="record-heterogeneity.html">Record-hetrogeneity</a>
<br/><a href="internationalization.html">Internationalization</a>
</div>
<div id="navbar_section_toggle_using" style="display: none;text-align: left">
<br/><a href="faq.html">FAQ</a>
<br/><a href="data-sharing.html">Mixing with other languages</a>
<br/><a href="cookbook.html">Cookbook part 1</a>
<br/><a href="cookbook2.html">Cookbook part 2</a>
<br/><a href="cookbook3.html">Cookbook part 3</a>
<br/><a href="data-examples.html">Data-diving examples</a>
</div>
<div id="navbar_section_toggle_reference" style="display: block;text-align: left">
<br/><a href="reference.html">Main reference</a>
<br/><a href="reference-verbs.html">Verbs reference</a>
<br/><a href="reference-dsl.html">DSL reference</a>
<br/><a href="manpage.html">Manpage</a>
<br/><a href="release-docs.html"><b>Documents by release</b></a>
<br/><a href="build.html">Installation</a>
</div>
<div id="navbar_section_toggle_background" style="display: none;text-align: left">
<br/><a href="why.html">Why?</a>
<br/><a href="whyc.html">Why C?</a>
<br/><a href="whyc-details.html">Why C: details</a>
<br/><a href="etymology.html">Why call it Miller?</a>
<br/><a href="originality.html">How original is Miller?</a>
<br/><a href="performance.html">Performance</a>
</div>
<div id="navbar_section_toggle_repository" style="display: none;text-align: left">
<br/><a href="contact.html">Contact information</a>
<br/><a href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>
</div>
</div>
<!-- page body -->
<p/>
<!-- BODY COPIED FROM content-for-release-docs.html BY poki -->
<div class="pokitoc">
<center><titleinbody>Documents by release</titleinbody></center>
</div>
<p/>
<p/>
For release notes per se &mdash; what changed from one release to the next &mdash; please see the following:
<p/>
<a href="https://github.com/johnkerl/miller/tags">https://github.com/johnkerl/miller/tags</a>
<p/>Note:
<ul>
<li/>
Head docs at
<a href="http://johnkerl.org/miller-releases/miller-head/doc/index.html">http://johnkerl.org/miller-releases/miller-head/doc/index.html</a>
match head code at
<a href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.
<li/>
Release-specific docs at
<a href="http://johnkerl.org/miller/doc/release-docs.html">http://johnkerl.org/miller/doc/release-docs.html</a>
match release-specific code at
<a href="https://github.com/johnkerl/miller/tags">https://github.com/johnkerl/miller/tags</a>.
</ul>
<p/>
The following are full docsets as of the specified release:
<ul>
<li/> <a href="/miller-releases/miller-head/doc/index.html">Miller head</a>
<li/> <a href="/miller-releases/miller-5.6.1/doc/index.html">Miller 5.6.1</a>
<li/> <a href="/miller-releases/miller-5.6.0/doc/index.html">Miller 5.6.0</a>
<li/> <a href="/miller-releases/miller-5.5.0/doc/index.html">Miller 5.5.0</a>
<li/> <a href="/miller-releases/miller-5.4.0/doc/index.html">Miller 5.4.0</a>
<li/> <a href="/miller-releases/miller-5.3.0/doc/index.html">Miller 5.3.0</a>
<li/> <a href="/miller-releases/miller-5.2.0/doc/index.html">Miller 5.2.0</a>
<li/> <a href="/miller-releases/miller-5.1.0/doc/index.html">Miller 5.1.0</a>
<li/> <a href="/miller-releases/miller-5.0.0/doc/index.html">Miller 5.0.0</a>
<li/> <a href="/miller-releases/miller-4.5.0/doc/index.html">Miller 4.5.0</a>
<li/> <a href="/miller-releases/miller-4.4.0/doc/index.html">Miller 4.4.0</a>
<li/> <a href="/miller-releases/miller-4.3.0/doc/index.html">Miller 4.3.0</a>
<li/> <a href="/miller-releases/miller-4.2.0/doc/index.html">Miller 4.2.0</a>
<li/> <a href="/miller-releases/miller-4.1.0/doc/index.html">Miller 4.1.0</a>
<li/> <a href="/miller-releases/miller-4.0.0/doc/index.html">Miller 4.0.0</a>
<li/> <a href="/miller-releases/miller-3.5.0/doc/index.html">Miller 3.5.0</a>
<li/> <a href="/miller-releases/miller-3.4.0/doc/index.html">Miller 3.4.0</a>
<li/> <a href="/miller-releases/miller-3.3.2/doc/index.html">Miller 3.3.2</a>
<li/> <a href="/miller-releases/miller-3.2.2/doc/index.html">Miller 3.2.2</a>
<li/> <a href="/miller-releases/miller-3.1.2/doc/index.html">Miller 3.1.2</a>
<li/> <a href="/miller-releases/miller-3.1.1/doc/index.html">Miller 3.1.1</a>
<li/> <a href="/miller-releases/miller-3.1.0/doc/index.html">Miller 3.1.0</a>
<li/> <a href="/miller-releases/miller-3.0.1/doc/index.html">Miller 3.0.1</a>
<li/> <a href="/miller-releases/miller-3.0.0/doc/index.html">Miller 3.0.0</a>
<li/> <a href="/miller-releases/miller-2.3.2/doc/index.html">Miller 2.3.2</a>
<li/> <a href="/miller-releases/miller-2.3.1/doc/index.html">Miller 2.3.1</a>
<li/> <a href="/miller-releases/miller-2.3.0/doc/index.html">Miller 2.3.0</a>
<li/> <a href="/miller-releases/miller-2.2.1/doc/index.html">Miller 2.2.1</a>
<li/> <a href="/miller-releases/miller-2.2.0/doc/index.html">Miller 2.2.0</a>
<li/> <a href="/miller-releases/miller-2.1.4/doc/index.html">Miller 2.1.4</a>
<li/> <a href="/miller-releases/miller-2.1.3/doc/index.html">Miller 2.1.3</a>
<li/> <a href="/miller-releases/miller-2.1.2/doc/index.html">Miller 2.1.2</a>
<li/> <a href="/miller-releases/miller-2.1.1/doc/index.html">Miller 2.1.1</a>
<li/> <a href="/miller-releases/miller-2.1.0/doc/index.html">Miller 2.1.0</a>
<li/> <a href="/miller-releases/miller-2.0.0/doc/index.html">Miller 2.0.0</a>
<li/> <a href="/miller-releases/miller-1.0.1/doc/index.html">Miller 1.0.1</a>
<li/> <a href="/miller-releases/miller-1.0.0/doc/index.html">Miller 1.0.0</a>
</ul>
</body>
</html>